Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2019 Intel Corporation
0004  */
0005 
0006 #ifndef __INTEL_DP_AUX_BACKLIGHT_H__
0007 #define __INTEL_DP_AUX_BACKLIGHT_H__
0008 
0009 struct intel_connector;
0010 
0011 int intel_dp_aux_init_backlight_funcs(struct intel_connector *intel_connector);
0012 
0013 #endif /* __INTEL_DP_AUX_BACKLIGHT_H__ */