summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/mach-sandbox/include/mach/hostfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/mach-sandbox/include/mach/hostfile.h')
-rw-r--r--arch/sandbox/mach-sandbox/include/mach/hostfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sandbox/mach-sandbox/include/mach/hostfile.h b/arch/sandbox/mach-sandbox/include/mach/hostfile.h
index c3f9af97c4..3ef34bcc1c 100644
--- a/arch/sandbox/mach-sandbox/include/mach/hostfile.h
+++ b/arch/sandbox/mach-sandbox/include/mach/hostfile.h
@@ -8,6 +8,8 @@ struct hf_info {
const char *devname;
const char *filename;
unsigned int is_blockdev:1;
+ unsigned int is_cdev:1;
+ unsigned int is_readonly:1;
};
int barebox_register_filedev(struct hf_info *hf);