Merge branch 'for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[linux-block.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 */