]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/libtizen.h
spi: Zap lpc32xx_ssp driver-related code
[thirdparty/u-boot.git] / include / libtizen.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
5a4c59be
DL
2/*
3 * (C) Copyright 2012 Samsung Electronics
4 * Donghwa Lee <dh09.lee@samsung.com>
5a4c59be
DL
5 */
6
7#ifndef _LIBTIZEN_H_
8#define _LIBTIZEN_H_
9
10#define HD_RESOLUTION 0
11
c3093650 12#ifdef CONFIG_LCD
5a4c59be 13void get_tizen_logo_info(vidinfo_t *vid);
c3093650 14#endif
5a4c59be
DL
15
16#endif /* _LIBTIZEN_H_ */