repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding upstream version 3.61.
[syslinux-debian/hramrach.git]
/
com32
/
lib
/
pci
/
pci.h
blob
66a1eb5026b42a1f49fd4f767e4fbcf42aa5e1a4
1
/*
2
* pci/pci.h
3
*
4
* Common internal header file
5
*/
6
7
#ifndef PCI_PCI_H
8
9
#include <sys/pci.h>
10
#include <sys/cpu.h>
11
12
extern
enum
pci_config_type __pci_cfg_type
;
13
extern
uint32_t
__pci_read_bios
(
uint32_t
call
,
pciaddr_t a
);
14
extern
void
__pci_write_bios
(
uint32_t
call
,
uint32_t
v
,
pciaddr_t a
);
15
16
#endif
/* PCI_PCI_H */