X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=dev%2Ftsunami.hh;h=0a7fdbcd92ac2858eed20f61482ca7704c06dc4e;hb=e9f3279334f714de7bbd1415377715cd00a763d5;hp=4367383fffb775a75a9ebc44eba9af354107fcc4;hpb=400daa7e41057ec358691afeffe35ffa430d11b0;p=gem5.git diff --git a/dev/tsunami.hh b/dev/tsunami.hh index 4367383ff..0a7fdbcd9 100644 --- a/dev/tsunami.hh +++ b/dev/tsunami.hh @@ -109,6 +109,16 @@ class Tsunami : public Platform virtual void clearConsoleInt(); /** + * Cause the chipset to post a cpi interrupt to the CPU. + */ + virtual void postPciInt(int line); + + /** + * Clear a posted PCI->CPU interrupt + */ + virtual void clearPciInt(int line); + + /** * Serialize this object to the given output stream. * @param os The stream to serialize to. */