diff options
Diffstat (limited to 'common/util.h')
| -rw-r--r-- | common/util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h index 4b8b5ca3a..7451cc084 100644 --- a/common/util.h +++ b/common/util.h | |||
| @@ -36,4 +36,8 @@ uint8_t biton(uint8_t bits); | |||
| 36 | uint8_t biton16(uint16_t bits); | 36 | uint8_t biton16(uint16_t bits); |
| 37 | uint8_t biton32(uint32_t bits); | 37 | uint8_t biton32(uint32_t bits); |
| 38 | 38 | ||
| 39 | uint8_t bitrev(uint8_t bits); | ||
| 40 | uint16_t bitrev16(uint16_t bits); | ||
| 41 | uint32_t bitrev32(uint32_t bits); | ||
| 42 | |||
| 39 | #endif | 43 | #endif |
