Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / include / ld9040.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * ld9040 AMOLED LCD panel driver.
4  *
5  * Copyright (C) 2012 Samsung Electronics
6  * Donghwa Lee <dh09.lee@samsung.com>
7  */
8
9 #ifndef __LD9040_H_
10 #define __LD9040_H_
11
12 void ld9040_cfg_ldo(void);
13 void ld9040_enable_ldo(unsigned int onoff);
14
15 #endif /* __LD9040_H_ */