diff options
Diffstat (limited to 'hw/nand.c')
-rw-r--r-- | hw/nand.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -11,7 +11,11 @@ #ifndef NAND_IO -# include "vl.h" +# include "hw.h" +# include "flash.h" +# include "block.h" +/* FIXME: Pass block device as an argument. */ +# include "sysemu.h" # define NAND_CMD_READ0 0x00 # define NAND_CMD_READ1 0x01 |