From 3402411661caff075890c20a6c59fa471d5e68ac Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Mon, 25 Oct 2004 18:14:13 -0400 Subject: changes to make interrupts part of the platform rather than tsunami specific --HG-- extra : convert_revision : f51788dd41c23f13b253268bb2b286a5225ef087 --- dev/platform.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev/platform.hh') diff --git a/dev/platform.hh b/dev/platform.hh index 7920480bc..0c90e06ba 100644 --- a/dev/platform.hh +++ b/dev/platform.hh @@ -65,6 +65,8 @@ class Platform : public SimObject virtual void postConsoleInt() = 0; virtual void clearConsoleInt() = 0; virtual Tick intrFrequency() = 0; + virtual void postPciInt(int line) = 0; + virtual void clearPciInt(int line) = 0; }; #endif // __PLATFORM_HH_ -- cgit v1.2.3