diff options
Diffstat (limited to 'iflag.h')
-rw-r--r-- | iflag.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -37,10 +37,6 @@ int ilog2_32(uint32_t v); * * iflag_t is defined to store these flags. */ -typedef struct { - uint32_t field[4]; -} iflag_t; - #include "iflaggen.h" #define IF_GENBIT(bit) (UINT32_C(1) << (bit)) |