Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Donghwa Lee | 5a4c59b | 2012-05-10 12:02:55 +0900 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2012 Samsung Electronics |
| 4 | * Donghwa Lee <dh09.lee@samsung.com> |
Donghwa Lee | 5a4c59b | 2012-05-10 12:02:55 +0900 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef _LIBTIZEN_H_ |
| 8 | #define _LIBTIZEN_H_ |
| 9 | |
| 10 | #define HD_RESOLUTION 0 |
| 11 | |
Simon Glass | c309365 | 2016-02-21 21:08:52 -0700 | [diff] [blame] | 12 | #ifdef CONFIG_LCD |
Donghwa Lee | 5a4c59b | 2012-05-10 12:02:55 +0900 | [diff] [blame] | 13 | void get_tizen_logo_info(vidinfo_t *vid); |
Simon Glass | c309365 | 2016-02-21 21:08:52 -0700 | [diff] [blame] | 14 | #endif |
Donghwa Lee | 5a4c59b | 2012-05-10 12:02:55 +0900 | [diff] [blame] | 15 | |
| 16 | #endif /* _LIBTIZEN_H_ */ |