repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
arm
/
gemini
/
gemini_pcivar.h
blob
31293e1810cab3ea7cb79829f5f39081246595e4
1
/* $NetBSD$ */
2
3
#ifndef _ARM_GEMINI_PCI_VAR_H_
4
#define _ARM_GEMINI_PCI_VAR_H_
5
6
#include <dev/pci/pcivar.h>
7
8
extern
void
gemini_pci_init
(
pci_chipset_tag_t
,
void
*);
9
10
#endif
/* _ARM_GEMINI_PCI_VAR_H_ */