summaryrefslogtreecommitdiff
path: root/c_src/linux/kstrtox.h
diff options
context:
space:
mode:
Diffstat (limited to 'c_src/linux/kstrtox.h')
-rw-r--r--c_src/linux/kstrtox.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/c_src/linux/kstrtox.h b/c_src/linux/kstrtox.h
deleted file mode 100644
index 910b6de8..00000000
--- a/c_src/linux/kstrtox.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef _LIB_KSTRTOX_H
-#define _LIB_KSTRTOX_H
-
-const char *_parse_integer_fixup_radix(const char *s, unsigned int *base);
-unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *res);
-
-#endif