Merge branch 'uhid' into for-linus
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / bcd.h
CommitLineData
1da177e4
LT
1#ifndef _BCD_H
2#define _BCD_H
3
d3de851a
DB
4#include <linux/compiler.h>
5
6unsigned bcd2bin(unsigned char val) __attribute_const__;
7unsigned char bin2bcd(unsigned val) __attribute_const__;
8
1da177e4 9#endif /* _BCD_H */