sort #includes
[gem5.git] / dev / tsunami.hh
index 4367383fffb775a75a9ebc44eba9af354107fcc4..0a7fdbcd92ac2858eed20f61482ca7704c06dc4e 100644 (file)
@@ -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.
      */