summaryrefslogtreecommitdiffstats
path: root/include/splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/splash.h')
-rw-r--r--include/splash.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/splash.h b/include/splash.h
index 4dbf754ace..7ae7a68688 100644
--- a/include/splash.h
+++ b/include/splash.h
@@ -21,8 +21,21 @@
#ifndef _SPLASH_H_
#define _SPLASH_H_
+
#include <errno.h>
+enum splash_storage {
+ SPLASH_STORAGE_NAND,
+ SPLASH_STORAGE_SF,
+};
+
+struct splash_location {
+ char *name;
+ enum splash_storage storage;
+ u32 offset; /* offset from start of storage */
+};
+
+int splash_source_load(struct splash_location *locations, uint size);
int splash_screen_prepare(void);
#ifdef CONFIG_SPLASH_SCREEN_ALIGN
OpenPOWER on IntegriCloud