Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2020-2021 Intel Corporation
0004  */
0005 
0006 #ifndef __INTEL_DP_AUX_H__
0007 #define __INTEL_DP_AUX_H__
0008 
0009 struct intel_dp;
0010 
0011 void intel_dp_aux_fini(struct intel_dp *intel_dp);
0012 void intel_dp_aux_init(struct intel_dp *intel_dp);
0013 
0014 #endif /* __INTEL_DP_AUX_H__ */