summaryrefslogtreecommitdiffstats
path: root/src/include/mca.h
diff options
context:
space:
mode:
authorMichael Brown2005-04-21 20:18:29 +0200
committerMichael Brown2005-04-21 20:18:29 +0200
commit98ff29345ec0819498f131496db0d96262e3c05f (patch)
tree4b31c4d59e3293d7fc0b35587145a30d1b074f2e /src/include/mca.h
parentForce a standard format upon debug messages. (diff)
downloadipxe-98ff29345ec0819498f131496db0d96262e3c05f.tar.gz
ipxe-98ff29345ec0819498f131496db0d96262e3c05f.tar.xz
ipxe-98ff29345ec0819498f131496db0d96262e3c05f.zip
Created a bus/device API that allows for the ROM prefix to specify an
initial device, and will also allow for e.g. a device menu to be presented to the user.
Diffstat (limited to 'src/include/mca.h')
-rw-r--r--src/include/mca.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/mca.h b/src/include/mca.h
index e5daf715..3b4de21f 100644
--- a/src/include/mca.h
+++ b/src/include/mca.h
@@ -11,6 +11,8 @@
#include "isa_ids.h"
#include "dev.h"
+#define MCA_BUS_TYPE 3
+
/*
* MCA constants
*