summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/intr_machdep.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-12-12 19:24:45 +0000
committerjhb <jhb@FreeBSD.org>2006-12-12 19:24:45 +0000
commitf74d404e39ca043e02da454696983060b9f8bcd6 (patch)
treefef43dc46cc8786ed65f771d37d4e4aba3cebed6 /sys/i386/include/intr_machdep.h
parentea27014d6ff7c20185a07604af06b6aff63592b6 (diff)
downloadFreeBSD-src-f74d404e39ca043e02da454696983060b9f8bcd6.zip
FreeBSD-src-f74d404e39ca043e02da454696983060b9f8bcd6.tar.gz
Sort function prototypes.
Diffstat (limited to 'sys/i386/include/intr_machdep.h')
-rw-r--r--sys/i386/include/intr_machdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/intr_machdep.h b/sys/i386/include/intr_machdep.h
index bfeba5e..9bc48d9 100644
--- a/sys/i386/include/intr_machdep.h
+++ b/sys/i386/include/intr_machdep.h
@@ -144,9 +144,9 @@ int intr_remove_handler(void *cookie);
void intr_resume(void);
void intr_suspend(void);
void intrcnt_add(const char *name, u_long **countp);
-void msi_init(void);
int msi_alloc(device_t dev, int count, int maxcount, int *irqs, int *newirq,
int *newcount);
+void msi_init(void);
int msi_release(int* irqs, int count);
int msix_alloc(device_t dev, int index, int *irq, int *new);
int msix_release(int irq);
OpenPOWER on IntegriCloud