repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BPicture: Fix archive constructor.
[haiku.git]
/
src
/
add-ons
/
kernel
/
bus_managers
/
pci
/
pci_info.h
blob
b84d1fdbff3786cfbb799b72960d120764fc4164
1
#ifdef __cplusplus
2
extern
"C"
{
3
#endif
4
5
void
pci_print_info
();
6
7
#ifdef __cplusplus
8
}
9
#endif