diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2004-07-08 17:18:27 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2004-07-08 17:18:27 +0000 |
commit | 815212652994a43d3e05dc864343b722b70a129d (patch) | |
tree | c4f0d5c97b4c175f40889e126b816a5d7036151d /util/vgabios/pci.h | |
parent | 4c5060dc2bf8f944c54361f7913d20d02fff65a0 (diff) |
added testbios for V2
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1624 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/vgabios/pci.h')
-rw-r--r-- | util/vgabios/pci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/vgabios/pci.h b/util/vgabios/pci.h new file mode 100644 index 0000000000..e51ebe471d --- /dev/null +++ b/util/vgabios/pci.h @@ -0,0 +1,2 @@ +void x_outb(u16 port, u8 val); +#define outb x_outb |