summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-exynos/pwm_backlight.h
blob: 4f54fa737d0ae1b4e09524c8bc05a0d032a0439c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Copyright (C) 2012 Samsung Electronics
 *
 * Author: Donghwa Lee <dh09.lee@samsung.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef _PWM_BACKLIGHT_H_
#define _PWM_BACKLIGHT_H_

struct pwm_backlight_data {
	int pwm_id;
	int period;
	int max_brightness;
	int brightness;
};

extern int exynos_pwm_backlight_init(struct pwm_backlight_data *pd);

#endif /* _PWM_BACKLIGHT_H_ */
OpenPOWER on IntegriCloud