From d6f41fc9261a7e37edeee918507e1870db6de2f3 Mon Sep 17 00:00:00 2001 From: Steve Passe Date: Thu, 21 Aug 1997 08:31:41 +0000 Subject: [PATCH] Reorder function decls alphabetically. --- sys/dev/pci/pcivar.h | 4 ++-- sys/pci/pcivar.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index 9b1db340d4f..b164e4e5eb5 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/pci/pcivar.h @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pcivar.h,v 1.2 1997/08/21 06:54:09 smp Exp smp $ + * $Id: pcivar.h,v 1.17 1997/08/21 07:05:54 fsmp Exp $ * */ @@ -194,11 +194,11 @@ struct pci_lkm { u_long pci_conf_read (pcici_t tag, u_long reg); void pci_conf_write (pcici_t tag, u_long reg, u_long data); +void pci_configure (void); int pci_map_port (pcici_t tag, u_long reg, u_short* pa); int pci_map_mem (pcici_t tag, u_long reg, vm_offset_t* va, vm_offset_t* pa); int pci_map_int (pcici_t tag, pci_inthand_t *func, void *arg, unsigned *maskptr); int pci_unmap_int (pcici_t tag); int pci_register_lkm (struct pci_device *dvp, int if_revision); -void pci_configure (void); #endif /* PCI_COMPAT */ diff --git a/sys/pci/pcivar.h b/sys/pci/pcivar.h index 9b1db340d4f..b164e4e5eb5 100644 --- a/sys/pci/pcivar.h +++ b/sys/pci/pcivar.h @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pcivar.h,v 1.2 1997/08/21 06:54:09 smp Exp smp $ + * $Id: pcivar.h,v 1.17 1997/08/21 07:05:54 fsmp Exp $ * */ @@ -194,11 +194,11 @@ struct pci_lkm { u_long pci_conf_read (pcici_t tag, u_long reg); void pci_conf_write (pcici_t tag, u_long reg, u_long data); +void pci_configure (void); int pci_map_port (pcici_t tag, u_long reg, u_short* pa); int pci_map_mem (pcici_t tag, u_long reg, vm_offset_t* va, vm_offset_t* pa); int pci_map_int (pcici_t tag, pci_inthand_t *func, void *arg, unsigned *maskptr); int pci_unmap_int (pcici_t tag); int pci_register_lkm (struct pci_device *dvp, int if_revision); -void pci_configure (void); #endif /* PCI_COMPAT */