summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/mach-sandbox/include/mach/hostfile.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:21:29 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:21:29 +0200
commitb4521685bf00398a4db0d3abe28376bd8f1b31ed (patch)
tree91c2097bc5f467c15ff8b404b288b8f916d80541 /arch/sandbox/mach-sandbox/include/mach/hostfile.h
parente2a7b79cfc63c8a5bdafb6f333fedf35b6b8a380 (diff)
downloadbarebox-b4521685bf00398a4db0d3abe28376bd8f1b31ed.tar.gz
barebox-b4521685bf00398a4db0d3abe28376bd8f1b31ed.tar.xz
[SANDBOX] Move include/asm-sandbox/arch-* to arch/sandbox/*/include/mach
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/sandbox/mach-sandbox/include/mach/hostfile.h')
-rw-r--r--arch/sandbox/mach-sandbox/include/mach/hostfile.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/sandbox/mach-sandbox/include/mach/hostfile.h b/arch/sandbox/mach-sandbox/include/mach/hostfile.h
new file mode 100644
index 0000000000..30f9499c03
--- /dev/null
+++ b/arch/sandbox/mach-sandbox/include/mach/hostfile.h
@@ -0,0 +1,15 @@
+#ifndef __ASM_ARCH_HOSTFILE_H
+#define __ASM_ARCH_HOSTFILE_H
+
+struct hf_platform_data {
+ int fd;
+ size_t size;
+ unsigned long map_base;
+ char *filename;
+ char *name;
+};
+
+int u_boot_register_filedev(struct hf_platform_data *hf);
+
+#endif /* __ASM_ARCH_HOSTFILE_H */
+