summaryrefslogtreecommitdiff
path: root/board/samsung/e850-96/fw.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/samsung/e850-96/fw.h')
-rw-r--r--board/samsung/e850-96/fw.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/samsung/e850-96/fw.h b/board/samsung/e850-96/fw.h
index 472664e4ed2..73d9615d4a9 100644
--- a/board/samsung/e850-96/fw.h
+++ b/board/samsung/e850-96/fw.h
@@ -7,6 +7,8 @@
#ifndef __E850_96_FW_H
#define __E850_96_FW_H
-int load_ldfw(void);
+#include <asm/types.h>
+
+int load_ldfw(const char *ifname, int dev, int part, phys_addr_t addr);
#endif /* __E850_96_FW_H */