diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-09-09 00:44:08 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-09-09 00:44:08 +0200 |
commit | 8aff0e5be65f795b8982bef7a1ec327ed8f114bf (patch) | |
tree | fda7fd0a24c55819d41bd166fb50dce86362188d /sys/src/9/pc/fns.h | |
parent | 058188117b75beb7eb2831b989ce9f2aed9926d0 (diff) |
mp/pci: msi support for hypertransport platform
Diffstat (limited to 'sys/src/9/pc/fns.h')
-rw-r--r-- | sys/src/9/pc/fns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/fns.h b/sys/src/9/pc/fns.h index 176b36aae..8ed2e8566 100644 --- a/sys/src/9/pc/fns.h +++ b/sys/src/9/pc/fns.h @@ -138,6 +138,7 @@ uchar pciipin(Pcidev*, uchar); Pcidev* pcimatch(Pcidev*, int, int); Pcidev* pcimatchtbdf(int); int pcicap(Pcidev*, int); +int pcihtcap(Pcidev*, int); void pcireset(void); int pciscan(int, Pcidev**); void pcisetbme(Pcidev*); |