aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/bitops.h
blob: a5495491ac0c47e7927bcfd8c6f59a2c07e02f7f (plain)
1
2
3
4
5
6
7
8
9
#ifndef BITOPS_H_
#define BITOPS_H_

#include "util.h"

uint8_t fls16(uint16_t value);
uint8_t fls8(uint8_t value);

#endif /* BITOPS_H_ */
bues.ch cgit interface