summaryrefslogtreecommitdiff
path: root/include/samsung
diff options
context:
space:
mode:
Diffstat (limited to 'include/samsung')
-rw-r--r--include/samsung/misc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/samsung/misc.h b/include/samsung/misc.h
new file mode 100644
index 0000000000..8ea92236f9
--- /dev/null
+++ b/include/samsung/misc.h
@@ -0,0 +1,8 @@
+#ifndef __SAMSUNG_MISC_COMMON_H__
+#define __SAMSUNG_MISC_COMMON_H__
+
+#ifdef CONFIG_CMD_BMP
+void draw_logo(void);
+#endif
+
+#endif /* __SAMSUNG_MISC_COMMON_H__ */