aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/common')
-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 1248fb0824c9b..d2144c35b5c90 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 */