Revision 6bef0436 rwhandler.h

b/rwhandler.h
19 19

  
20 20
/* Helpers for when we want to use a single routine with length. */
21 21
/* CPU memory handler: both read and write must be present. */
22
int cpu_register_io_memory_simple(ReadWriteHandler *);
22
int cpu_register_io_memory_simple(ReadWriteHandler *, int endian);
23 23
/* io port handler: can supply only read or write handlers. */
24 24
int register_ioport_simple(ReadWriteHandler *,
25 25
                           pio_addr_t start, int length, int size);

Also available in: Unified diff