Revision d56dd6cf ioport.h

b/ioport.h
28 28
#include "qemu-common.h"
29 29

  
30 30
#define MAX_IOPORTS     (64 * 1024)
31
#define IOPORTS_MASK    (MAX_IOPORTS - 1)
31 32

  
32 33
/* These should really be in isa.h, but are here to make pc.h happy.  */
33 34
typedef void (IOPortWriteFunc)(void *opaque, uint32_t address, uint32_t data);

Also available in: Unified diff