mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +00:00
fc9499e55a
* Package version: T713XXU2BQCO Change-Id: I293d9e7f2df458c512d59b7a06f8ca6add610c99
20 lines
509 B
C
20 lines
509 B
C
/*
|
|
* RGB-led driver for Maxim MAX77828
|
|
*
|
|
* 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_MAX77843_RGB_H__
|
|
#define __LEDS_MAX77843_RGB_H__
|
|
|
|
struct max77843_rgb_platform_data
|
|
{
|
|
char *name[4];
|
|
};
|
|
|
|
#endif /* __LEDS_MAX77843_RGB_H__ */
|