9
0
Fork 0
barebox/arch/sandbox/mach-sandbox/include/mach/hostfile.h

16 lines
261 B
C
Raw Normal View History

2007-07-05 16:01:42 +00:00
#ifndef __ASM_ARCH_HOSTFILE_H
#define __ASM_ARCH_HOSTFILE_H
struct hf_platform_data {
int fd;
size_t size;
unsigned long base;
2007-07-05 16:01:42 +00:00
char *filename;
char *name;
2007-07-05 16:01:42 +00:00
};
int barebox_register_filedev(struct hf_platform_data *hf);
2007-07-05 16:01:42 +00:00
#endif /* __ASM_ARCH_HOSTFILE_H */