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