]> Git Repo - J-u-boot.git/blame - include/ld9040.h
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
[J-u-boot.git] / include / ld9040.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
eed29742
PW
2/*
3 * ld9040 AMOLED LCD panel driver.
4 *
5 * Copyright (C) 2012 Samsung Electronics
6 * Donghwa Lee <[email protected]>
eed29742
PW
7 */
8
9#ifndef __LD9040_H_
10#define __LD9040_H_
11
12void ld9040_cfg_ldo(void);
13void ld9040_enable_ldo(unsigned int onoff);
14
15#endif /* __LD9040_H_ */
This page took 0.496663 seconds and 4 git commands to generate.