Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
1c32ca9f63d2a103dd33eae72e5aff53a23fe650
/
.
/
include
/
linux
/
bcd.h
blob: 22ea563ba3eb169f9e04aac1233b404923c42d6e [
file
] [
log
] [
blame
]
#ifndef
_BCD_H
#define
_BCD_H
#include
<linux/compiler.h>
unsigned
bcd2bin
(
unsigned
char
val
)
__attribute_const__
;
unsigned
char
bin2bcd
(
unsigned
val
)
__attribute_const__
;
#endif
/* _BCD_H */