Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci declare 'struct pci_attach_args' before it is us...



details:   https://anonhg.NetBSD.org/src/rev/b17b2569274d
branches:  trunk
changeset: 755544:b17b2569274d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Jun 09 02:39:32 2010 +0000

description:
declare 'struct pci_attach_args' before it is used.  fixes ia64 build.

diffstat:

 sys/dev/pci/pcivar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dbbe2a91af14 -r b17b2569274d sys/dev/pci/pcivar.h
--- a/sys/dev/pci/pcivar.h      Wed Jun 09 02:19:51 2010 +0000
+++ b/sys/dev/pci/pcivar.h      Wed Jun 09 02:39:32 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcivar.h,v 1.89 2010/05/27 05:53:35 pgoyette Exp $     */
+/*     $NetBSD: pcivar.h,v 1.90 2010/06/09 02:39:32 mrg Exp $  */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -51,6 +51,7 @@
  * Structures and definitions needed by the machine-dependent header.
  */
 struct pcibus_attach_args;
+struct pci_attach_args;
 struct pci_softc;
 
 #ifdef _KERNEL



Home | Main Index | Thread Index | Old Index