blob: 655d4cb28c56364c32e83c3691cc16948c98c761 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Donghwa Lee5a4c59b2012-05-10 12:02:55 +09002/*
3 * (C) Copyright 2012 Samsung Electronics
4 * Donghwa Lee <dh09.lee@samsung.com>
Donghwa Lee5a4c59b2012-05-10 12:02:55 +09005 */
6
7#ifndef _LIBTIZEN_H_
8#define _LIBTIZEN_H_
9
10#define HD_RESOLUTION 0
11
Simon Glassc3093652016-02-21 21:08:52 -070012#ifdef CONFIG_LCD
Donghwa Lee5a4c59b2012-05-10 12:02:55 +090013void get_tizen_logo_info(vidinfo_t *vid);
Simon Glassc3093652016-02-21 21:08:52 -070014#endif
Donghwa Lee5a4c59b2012-05-10 12:02:55 +090015
16#endif /* _LIBTIZEN_H_ */