summaryrefslogtreecommitdiffstats
path: root/include/asm-sandbox/arch-sandbox/hostfile.h
blob: 8362d6be5a034ada48bea2eabdff676d39aa6afd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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;
};

int u_boot_register_filedev(struct hf_platform_data *hf, char *name_template);

#endif /* __ASM_ARCH_HOSTFILE_H */