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
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
iyonix
/
include
/
pci_machdep.h
blob
4646b70a28f2df687fcfff5bd5c9fb18b853e57d
1
/* $NetBSD: pci_machdep.h,v 1.1.2.1 2004/10/19 15:56:37 skrll Exp $ */
2
3
#include <arm/pci_machdep.h>
4
#define __HAVE_PCI_CONF_HOOK
5
int
pci_conf_hook
(
void
*,
int
,
int
,
int
,
pcireg_t
);
6