diff options
| -rw-r--r-- | sys/src/9/kw/dat.h | 2 | ||||
| -rw-r--r-- | sys/src/9/omap/dat.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/src/9/kw/dat.h b/sys/src/9/kw/dat.h index 84e33ac2d..6e149837b 100644 --- a/sys/src/9/kw/dat.h +++ b/sys/src/9/kw/dat.h @@ -72,6 +72,8 @@ enum FPinit, FPactive, FPinactive, + + FPillegal= 0x100, }; struct Confmem diff --git a/sys/src/9/omap/dat.h b/sys/src/9/omap/dat.h index 710134f56..084b3aee9 100644 --- a/sys/src/9/omap/dat.h +++ b/sys/src/9/omap/dat.h @@ -96,6 +96,8 @@ enum FPinit, FPactive, FPinactive, + + FPillegal= 0x100, }; struct Confmem |
