summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/pci_lpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bhyve/pci_lpc.h')
-rw-r--r--usr.sbin/bhyve/pci_lpc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/bhyve/pci_lpc.h b/usr.sbin/bhyve/pci_lpc.h
index e45bcb9..55a5865 100644
--- a/usr.sbin/bhyve/pci_lpc.h
+++ b/usr.sbin/bhyve/pci_lpc.h
@@ -66,5 +66,7 @@ struct lpc_sysres {
#define SYSRES_MEM(base, length) LPC_SYSRES(LPC_SYSRES_MEM, base, length)
int lpc_device_parse(const char *opt);
+char *lpc_pirq_name(int pin);
+void lpc_pirq_routed(void);
#endif
OpenPOWER on IntegriCloud