diff options
Diffstat (limited to 'common/util.h')
| -rw-r--r-- | common/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h index c3734487f..58b7fdf14 100644 --- a/common/util.h +++ b/common/util.h | |||
| @@ -31,5 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 31 | uint8_t bitpop(uint8_t bits); | 31 | uint8_t bitpop(uint8_t bits); |
| 32 | uint8_t bitpop16(uint16_t bits); | 32 | uint8_t bitpop16(uint16_t bits); |
| 33 | uint8_t biton(uint8_t bits); | 33 | uint8_t biton(uint8_t bits); |
| 34 | uint8_t biton16(uint16_t bits); | ||
| 34 | 35 | ||
| 35 | #endif | 36 | #endif |
