projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ARM: imx: novena: Convert block devices to DM
[platform/kernel/u-boot.git]
/
include
/
libtizen.h
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* (C) Copyright 2012 Samsung Electronics
4
* Donghwa Lee <dh09.lee@samsung.com>
5
*/
6
7
#ifndef _LIBTIZEN_H_
8
#define _LIBTIZEN_H_
9
10
#define HD_RESOLUTION 0
11
12
#ifdef CONFIG_LCD
13
void get_tizen_logo_info(vidinfo_t *vid);
14
#endif
15
16
#endif /* _LIBTIZEN_H_ */