Files
Linux_Drivers/u-boot-2021.10/include/ld9040.h
sam.xiang f8fc109960 [uboot] create uboot from github:
repo: https://github.com/u-boot/u-boot
	commit: d80bb749fab53da72c4a0e09b8c2d2aaa3103c91

Change-Id: Ie6434426e1ec15bc08bb1832798e371f3fd5fb29
2023-03-10 20:30:57 +08:00

16 lines
304 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* ld9040 AMOLED LCD panel driver.
*
* Copyright (C) 2012 Samsung Electronics
* Donghwa Lee <dh09.lee@samsung.com>
*/
#ifndef __LD9040_H_
#define __LD9040_H_
void ld9040_cfg_ldo(void);
void ld9040_enable_ldo(unsigned int onoff);
#endif /* __LD9040_H_ */