diff options
-rw-r--r-- | sys/sys/conf.h | 1 | ||||
-rw-r--r-- | sys/sys/linedisc.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/conf.h b/sys/sys/conf.h index fc3b586..b33a169 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -62,6 +62,7 @@ struct specinfo { #define SI_CHILD 0x0010 /* child of another dev_t */ #define SI_DEVOPEN 0x0020 /* opened by device */ #define SI_CONSOPEN 0x0040 /* opened by console */ +#define SI_DUMPDEV 0x0080 /* is kernel dumpdev */ struct timespec si_atime; struct timespec si_ctime; struct timespec si_mtime; diff --git a/sys/sys/linedisc.h b/sys/sys/linedisc.h index fc3b586..b33a169 100644 --- a/sys/sys/linedisc.h +++ b/sys/sys/linedisc.h @@ -62,6 +62,7 @@ struct specinfo { #define SI_CHILD 0x0010 /* child of another dev_t */ #define SI_DEVOPEN 0x0020 /* opened by device */ #define SI_CONSOPEN 0x0040 /* opened by console */ +#define SI_DUMPDEV 0x0080 /* is kernel dumpdev */ struct timespec si_atime; struct timespec si_ctime; struct timespec si_mtime; |