summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/common/bootstrap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h
index 1248fb0..d2144c3 100644
--- a/sys/boot/common/bootstrap.h
+++ b/sys/boot/common/bootstrap.h
@@ -42,6 +42,7 @@ struct devdesc
#define DEVT_NONE 0
#define DEVT_DISK 1
#define DEVT_NET 2
+#define DEVT_CD 3
};
/* Commands and return values; nonzero return sets command_errmsg != NULL */
OpenPOWER on IntegriCloud