X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fdev%2Fuart8250.hh;h=7d577954cf6c3b1157e185cc327afe911242400f;hb=d2fd3b2ec2c265eb9ed3bdcc1db3e4c3feee3846;hp=79c31d5cf52d24b37042dc6c35b27ccf82af462a;hpb=00df9016fead5f7427576acf6d3faee29779f0a1;p=gem5.git diff --git a/src/dev/uart8250.hh b/src/dev/uart8250.hh index 79c31d5cf..7d577954c 100644 --- a/src/dev/uart8250.hh +++ b/src/dev/uart8250.hh @@ -35,7 +35,6 @@ #ifndef __DEV_UART8250_HH__ #define __DEV_UART8250_HH__ -#include "base/range.hh" #include "dev/io_device.hh" #include "dev/uart.hh" #include "params/Uart8250.hh" @@ -100,7 +99,7 @@ class Uart8250 : public Uart virtual Tick read(PacketPtr pkt); virtual Tick write(PacketPtr pkt); - virtual void addressRanges(AddrRangeList &range_list); + virtual AddrRangeList getAddrRanges() const; /** * Inform the uart that there is data available.