]> Git Repo - J-u-boot.git/blob - include/libtizen.h
pxe: Clean up the use of bootfile
[J-u-boot.git] / include / libtizen.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2012 Samsung Electronics
4  * Donghwa Lee <[email protected]>
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_ */
This page took 0.027913 seconds and 4 git commands to generate.