exynos-linux-stable/include/linux/leds-max77705-rgb.h
FAROVITUS 2b92eefa41 import G965FXXU7DTAA OSRC
*First release for Android (Q).

Signed-off-by: FAROVITUS <farovitus@gmail.com>
2020-02-04 13:50:09 +02:00

21 lines
526 B
C

/*
* RGB-led driver for Maxim MAX77705
*
* Copyright (C) 2013 Maxim Integrated Product
* Gyungoh Yoo <jack.yoo@maximintegrated.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __LEDS_MAX77705_RGB_H__
#define __LEDS_MAX77705_RGB_H__
struct max77705_rgb_platform_data {
char *name[4];
};
extern int get_lcd_info(char *arg);
#endif /* __LEDS_MAX77705_RGB_H__ */