Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
mcgrof
/
linker-tables
/
refs/heads/20160603-dev-v3
/
.
/
include
/
linux
/
pci.h
blob: 8518c46631f710e32d2d04e3f16df14e5aa8a638 [
file
]
#include
<linux/types.h>
struct
pci_fixup
{
void
(*
hook
)(
void
);
};
bool
detect_pci
(
void
);