summaryrefslogtreecommitdiff
path: root/hw/ioapic.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ioapic.h')
-rw-r--r--hw/ioapic.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/hw/ioapic.h b/hw/ioapic.h
index cb2642ae53..86e63dac74 100644
--- a/hw/ioapic.h
+++ b/hw/ioapic.h
@@ -17,4 +17,11 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef HW_IOAPIC_H
+#define HW_IOAPIC_H
+
+#define IOAPIC_NUM_PINS 24
+
void ioapic_eoi_broadcast(int vector);
+
+#endif /* !HW_IOAPIC_H */