X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/ff05a229397c75142725f45cad191ce4a00625ce..45a1170652384baf744a5e61d576af534c7b8b14:/magic.h diff --git a/magic.h b/magic.h index 5ac1e34..3ae7af4 100644 --- a/magic.h +++ b/magic.h @@ -3,6 +3,7 @@ #ifndef magic_h #define magic_h +#define LABEL_NAK 0x00000000 #define LABEL_MSG0 0x00020200 #define LABEL_MSG1 0x01010101 #define LABEL_MSG2 0x02020202 @@ -14,4 +15,8 @@ #define LABEL_MSG8 0x08080808 #define LABEL_MSG9 0x09090909 +/* uses of the 32-bit capability bitmap */ +/* no flags currently defined */ +#define CAPAB_EARLY 0x00000000 /* no Early flags defined (see NOTES) */ + #endif /* magic_h */