summaryrefslogtreecommitdiffstats
path: root/include/asm-sandbox/arch-sandbox/hostfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sandbox/arch-sandbox/hostfile.h')
-rw-r--r--include/asm-sandbox/arch-sandbox/hostfile.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/asm-sandbox/arch-sandbox/hostfile.h b/include/asm-sandbox/arch-sandbox/hostfile.h
deleted file mode 100644
index 30f9499c03..0000000000
--- a/include/asm-sandbox/arch-sandbox/hostfile.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#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 */
-