]> Pileus Git - ~andy/linux/blob - include/linux/bcd.h
V4L/DVB (13647): v4l: Add a 10-bit monochrome and missing 8- and 10-bit Bayer fourcc...
[~andy/linux] / include / linux / bcd.h
1 #ifndef _BCD_H
2 #define _BCD_H
3
4 #include <linux/compiler.h>
5
6 unsigned bcd2bin(unsigned char val) __attribute_const__;
7 unsigned char bin2bcd(unsigned val) __attribute_const__;
8
9 #endif /* _BCD_H */