Module Name: src
Committed By: skrll
Date: Thu May 7 09:10:18 UTC 2009
Modified Files:
src/sys/arch/hp700/dev: elroyvar.h
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hp700/dev/elroyvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp700/dev/elroyvar.h
diff -u src/sys/arch/hp700/dev/elroyvar.h:1.3 src/sys/arch/hp700/dev/elroyvar.h:1.4
--- src/sys/arch/hp700/dev/elroyvar.h:1.3 Thu May 7 09:08:02 2009
+++ src/sys/arch/hp700/dev/elroyvar.h Thu May 7 09:10:18 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: elroyvar.h,v 1.3 2009/05/07 09:08:02 skrll Exp $ */
+/* $NetBSD: elroyvar.h,v 1.4 2009/05/07 09:10:18 skrll Exp $ */
/* $OpenBSD: elroyvar.h,v 1.3 2007/06/17 14:51:21 kettenis Exp $ */
@@ -47,13 +47,13 @@
struct hppa_bus_dma_tag sc_dmatag;
};
-void apic_attach(struct elroy_softc *sc);
-int apic_intr(void *v);
-int apic_intr_map(struct pci_attach_args *pa, pci_intr_handle_t *ihp);
-const char *apic_intr_string(void *v, pci_intr_handle_t ih);
-void *apic_intr_establish(void *v, pci_intr_handle_t ih, int pri,
- int (*handler)(void *), void *arg);
-void apic_intr_disestablish(void *v, void *cookie);
+void apic_attach(struct elroy_softc *);
+int apic_intr(void *);
+int apic_intr_map(struct pci_attach_args *, pci_intr_handle_t *);
+const char *apic_intr_string(void *, pci_intr_handle_t);
+void *apic_intr_establish(void *, pci_intr_handle_t, int,
+ int (*)(void *), void *);
+void apic_intr_disestablish(void *, void *);
-void elroy_write32(volatile uint32_t *p, uint32_t v);
-uint32_t elroy_read32(volatile uint32_t *p);
+void elroy_write32(volatile uint32_t *, uint32_t);
+uint32_t elroy_read32(volatile uint32_t *);