diff options
| author | tmk <nobody@nowhere> | 2013-04-05 03:28:10 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-04-05 03:28:10 +0900 |
| commit | a8c465215fce3dad502da868ca49eb446deadc4e (patch) | |
| tree | 9d74ea9c5062a53775ebe1d01b3067d89413e084 /common/util.h | |
| parent | 353a9b56e6caee853d3f808d2bfedf07056b4518 (diff) | |
| parent | fbea2a3aae5d66ecb00fcd3473f76337d34688fa (diff) | |
| download | qmk_firmware-a8c465215fce3dad502da868ca49eb446deadc4e.tar.gz qmk_firmware-a8c465215fce3dad502da868ca49eb446deadc4e.zip | |
Merge branch 'action_refine'
Diffstat (limited to 'common/util.h')
| -rw-r--r-- | common/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h index 58b7fdf14..4b8b5ca3a 100644 --- a/common/util.h +++ b/common/util.h | |||
| @@ -30,7 +30,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 30 | 30 | ||
| 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 bitpop32(uint32_t bits); | ||
| 34 | |||
| 33 | uint8_t biton(uint8_t bits); | 35 | uint8_t biton(uint8_t bits); |
| 34 | uint8_t biton16(uint16_t bits); | 36 | uint8_t biton16(uint16_t bits); |
| 37 | uint8_t biton32(uint32_t bits); | ||
| 35 | 38 | ||
| 36 | #endif | 39 | #endif |
