Home | History | Annotate | Line # | Download | only in display
      1 /*	$NetBSD: intel_dsi_dcs_backlight.h,v 1.2 2021/12/18 23:45:30 riastradh Exp $	*/
      2 
      3 /* SPDX-License-Identifier: MIT */
      4 /*
      5  * Copyright  2019 Intel Corporation
      6  */
      7 
      8 #ifndef __INTEL_DSI_DCS_BACKLIGHT_H__
      9 #define __INTEL_DSI_DCS_BACKLIGHT_H__
     10 
     11 struct intel_connector;
     12 
     13 int intel_dsi_dcs_init_backlight_funcs(struct intel_connector *intel_connector);
     14 
     15 #endif /* __INTEL_DSI_DCS_BACKLIGHT_H__ */
     16