X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=rwhandler.h;h=b2a57905484ccfe47e98f27341c83f069b76115b;hb=refs%2Fheads%2Fstable-0.14;hp=bc11849572e65a5ebd2ce879a8785fcba2076859;hpb=9edf5051f331d183056293860ef4a20ed5abf13b;p=qemu.git diff --git a/rwhandler.h b/rwhandler.h index bc1184957..b2a579054 100644 --- a/rwhandler.h +++ b/rwhandler.h @@ -19,7 +19,7 @@ struct ReadWriteHandler { /* Helpers for when we want to use a single routine with length. */ /* CPU memory handler: both read and write must be present. */ -int cpu_register_io_memory_simple(ReadWriteHandler *); +int cpu_register_io_memory_simple(ReadWriteHandler *, int endian); /* io port handler: can supply only read or write handlers. */ int register_ioport_simple(ReadWriteHandler *, pio_addr_t start, int length, int size);