Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / include / libtizen.h
diff --git a/qemu/roms/u-boot/include/libtizen.h b/qemu/roms/u-boot/include/libtizen.h
new file mode 100644 (file)
index 0000000..6490fb5
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * (C) Copyright 2012 Samsung Electronics
+ * Donghwa Lee <dh09.lee@samsung.com>
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
+#ifndef _LIBTIZEN_H_
+#define _LIBTIZEN_H_
+
+#define HD_RESOLUTION  0
+
+void get_tizen_logo_info(vidinfo_t *vid);
+
+#endif /* _LIBTIZEN_H_ */