diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-11-05 18:51:47 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-11-05 18:51:47 +0000 |
| commit | 9248a89d0b3aab0935b02c76401add443e7eeb64 (patch) | |
| tree | 7cb11412e1cb099e0689577bce60bd6a297f4214 /sys/boot/common | |
| parent | 7e76bb562eb8d0697a233e798405f37b4aeb0c6c (diff) | |
Notes
Diffstat (limited to 'sys/boot/common')
| -rw-r--r-- | sys/boot/common/bootstrap.h | 1 |
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 */ |
