mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 15:39:27 -04:00
11 lines
254 B
C
11 lines
254 B
C
/* $NetBSD: gemini_pcivar.h,v 1.1 2008/10/24 04:23:18 matt Exp $ */
|
|
|
|
#ifndef _ARM_GEMINI_PCI_VAR_H_
|
|
#define _ARM_GEMINI_PCI_VAR_H_
|
|
|
|
#include <dev/pci/pcivar.h>
|
|
|
|
extern void gemini_pci_init(pci_chipset_tag_t, void *);
|
|
|
|
#endif /* _ARM_GEMINI_PCI_VAR_H_ */
|