diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/isapnp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/isapnp.h b/src/include/isapnp.h index 7bcc59640..c66b4112a 100644 --- a/src/include/isapnp.h +++ b/src/include/isapnp.h @@ -102,7 +102,7 @@ #define ISAPNP_TAG_END 0x0F /* Large tags */ #define ISAPNP_IS_LARGE_TAG(tag) ( ( (tag) & 0x80 ) ) -#define ISAPNP_LARGE_TAG_NAME(tag) ( (tag) & 0x7f ) +#define ISAPNP_LARGE_TAG_NAME(tag) (tag) #define ISAPNP_TAG_MEMRANGE 0x81 #define ISAPNP_TAG_ANSISTR 0x82 #define ISAPNP_TAG_UNICODESTR 0x83 |
