~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/include/ld9040.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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_ */