Revision 87ecb68b hw/sd.h

b/hw/sd.h
29 29
#ifndef __hw_sd_h
30 30
#define __hw_sd_h		1
31 31

  
32
#include <vl.h>
33

  
34 32
#define OUT_OF_RANGE		(1 << 31)
35 33
#define ADDRESS_ERROR		(1 << 30)
36 34
#define BLOCK_LEN_ERROR		(1 << 29)

Also available in: Unified diff