]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/ld9040.h
Convert CONFIG_BOOTCOUNT_ENV to Kconfig
[people/ms/u-boot.git] / include / ld9040.h
1 /*
2 * ld9040 AMOLED LCD panel driver.
3 *
4 * Copyright (C) 2012 Samsung Electronics
5 * Donghwa Lee <dh09.lee@samsung.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10 #ifndef __LD9040_H_
11 #define __LD9040_H_
12
13 void ld9040_cfg_ldo(void);
14 void ld9040_enable_ldo(unsigned int onoff);
15
16 #endif /* __LD9040_H_ */