summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/include/linux/bcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/include/linux/bcd.h')
-rw-r--r--ANDROID_3.4.5/include/linux/bcd.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ANDROID_3.4.5/include/linux/bcd.h b/ANDROID_3.4.5/include/linux/bcd.h
deleted file mode 100644
index 22ea563b..00000000
--- a/ANDROID_3.4.5/include/linux/bcd.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#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 */