repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
powerpc: Use lwarx/ldarx hint in bit locks
[linux-2.6.git]
/
include
/
linux
/
bcd.h
blob
22ea563ba3eb169f9e04aac1233b404923c42d6e
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 */