android_kernel_samsung_msm8976/include/linux/leds-sm5705-rgb.h

19 lines
396 B
C

/*
* RGB-led driver for SM5705
*
* 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_SM5705_RGB_H__
#define __LEDS_SM5705_RGB_H__
struct sm5705_rgb_platform_data
{
char *name[4];
};
#endif /* __LEDS_SM5705_RGB_H__ */