X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fdev%2Fx86%2Fi8042.hh;h=61220b45d703852a17062a80bba56a5b4bd7fe96;hb=e88165a431a90cf7e33e205794caed898ca6fcb1;hp=b14d254ca8e571b5f4796c520a128004074a24e7;hpb=62e05ed78a0f24982e4066adb45dc220c9e200ea;p=gem5.git diff --git a/src/dev/x86/i8042.hh b/src/dev/x86/i8042.hh index b14d254ca..61220b45d 100644 --- a/src/dev/x86/i8042.hh +++ b/src/dev/x86/i8042.hh @@ -31,12 +31,12 @@ #ifndef __DEV_X86_I8042_HH__ #define __DEV_X86_I8042_HH__ -#include "dev/io_device.hh" +#include + #include "dev/x86/intdev.hh" +#include "dev/io_device.hh" #include "params/I8042.hh" -#include - namespace X86ISA { @@ -255,7 +255,7 @@ class I8042 : public BasicPioDevice commandByte.keyboardFullInt = 1; } - void addressRanges(AddrRangeList &range_list); + AddrRangeList getAddrRanges(); Tick read(PacketPtr pkt);