summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pci_cfgreg.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-10-16 19:49:30 +0000
committerimp <imp@FreeBSD.org>2000-10-16 19:49:30 +0000
commit0becd6877f6a5d7591cd242e327648be1fee12d1 (patch)
treeb35fca9bd8b41af7022915a8ac81e1fc4081d127 /sys/amd64/include/pci_cfgreg.h
parentc9f8de22b0abb035954aea7cf08a66c0ef564349 (diff)
downloadFreeBSD-src-0becd6877f6a5d7591cd242e327648be1fee12d1.zip
FreeBSD-src-0becd6877f6a5d7591cd242e327648be1fee12d1.tar.gz
Add types and prototypes.
Submitted by: msmith
Diffstat (limited to 'sys/amd64/include/pci_cfgreg.h')
-rw-r--r--sys/amd64/include/pci_cfgreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/pci_cfgreg.h b/sys/amd64/include/pci_cfgreg.h
index c0909aa..6e79a22 100644
--- a/sys/amd64/include/pci_cfgreg.h
+++ b/sys/amd64/include/pci_cfgreg.h
@@ -50,4 +50,4 @@
extern int pci_cfgregopen(void);
extern u_int32_t pci_cfgregread(int bus, int slot, int func, int reg, int bytes);
extern void pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes);
-
+extern int pci_cfgintr(int bus, int device, int pin);
OpenPOWER on IntegriCloud