diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-06-17 23:12:19 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-06-17 23:12:19 +0200 |
commit | a47521a3ede91ef06bf7938722c490893d5458f6 (patch) | |
tree | 9337bcdee5c2cea704a9a28652abb5b873947c32 /sys/src/9/pc/io.h | |
parent | 9cb66f310b16b51526fd3f5480b69a54589e229e (diff) |
experimental acpi support for apic irq routing
Diffstat (limited to 'sys/src/9/pc/io.h')
-rw-r--r-- | sys/src/9/pc/io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/io.h b/sys/src/9/pc/io.h index 95d7d55eb..d33439b40 100644 --- a/sys/src/9/pc/io.h +++ b/sys/src/9/pc/io.h @@ -271,6 +271,7 @@ struct Pcidev Pcidev* list; Pcidev* link; /* next device on this bno */ + Pcidev* parent; /* up a bus */ Pcidev* bridge; /* down a bus */ struct { ulong bar; |