GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / bcd.h
blob22ea563ba3eb169f9e04aac1233b404923c42d6e
1 #ifndef _BCD_H
2 #define _BCD_H
4 #include <linux/compiler.h>
6 unsigned bcd2bin(unsigned char val) __attribute_const__;
7 unsigned char bin2bcd(unsigned val) __attribute_const__;
9 #endif /* _BCD_H */