diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2004-10-25 18:15:28 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2004-10-25 18:15:28 -0400 |
commit | be0184b463056645d97598dfc98292f75e579b1a (patch) | |
tree | 9d780c3c804b42fc40e680994ff248af4c4b58c3 /dev/platform.hh | |
parent | d55eb90fc73e27d26e64daa4c69efc3beee00429 (diff) | |
parent | 3402411661caff075890c20a6c59fa471d5e68ac (diff) | |
download | gem5-be0184b463056645d97598dfc98292f75e579b1a.tar.xz |
Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5-smp
--HG--
extra : convert_revision : 59173b5d4599cfe1cbaa96705e9731ee5a8d8647
Diffstat (limited to 'dev/platform.hh')
-rw-r--r-- | dev/platform.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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_ |