lcm_gpio.h 252 B

12345678910111213141516
  1. #ifndef __LCM_GPIO_H__
  2. #define __LCM_GPIO_H__
  3. #include "lcm_drv.h"
  4. #include "lcm_common.h"
  5. #if defined(MTK_LCM_DEVICE_TREE_SUPPORT)
  6. #define LCM_GPIO_DEVICE "lcm_mode"
  7. LCM_STATUS lcm_gpio_set_data(char type, const LCM_DATA_T1 *t1);
  8. #endif
  9. #endif