summaryrefslogtreecommitdiff
path: root/include/linux/leds-sprd-kpled-2723.h
blob: d9363870d13b20f3a8d67db99d68a0645900abd4 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __LEDS_SPRD_KPLED_2723_H
#define __LEDS_SPRD_KPLED_2723_H

struct sprd_kpled_2723_platform_data {
        int brightness_max;
        int brightness_min;
        int run_mode;
};
#endif