Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
8b5ec7a9a45e19ceb7633371fa19f1fa6e7252cd
/
.
/
include
/
kernel
/
dri
/
pci
/
vendors.h
blob: dc05e8ac8cc257a210e6f4dc2d97bf2638d7e8d8 [
file
] [
log
] [
blame
]
#pragma
once
#include
<kint.h>
struct
pci_vendor
{
ushort
id
;
char
*
name
;
};
extern
struct
pci_vendor pci_vendors
[];
extern
int
pci_num_vendors
;
struct
pci_vendor
*
pci_vendor_by_id
(
ushort
id
);