Revision 87ecb68b hw/nand.c

b/hw/nand.c
11 11

  
12 12
#ifndef NAND_IO
13 13

  
14
# include "vl.h"
14
# include "hw.h"
15
# include "flash.h"
16
# include "block.h"
17
/* FIXME: Pass block device as an argument.  */
18
# include "sysemu.h"
15 19

  
16 20
# define NAND_CMD_READ0		0x00
17 21
# define NAND_CMD_READ1		0x01

Also available in: Unified diff