]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - c_src/linux/kstrtox.h
Move c_src dirs back to toplevel
[bcachefs-tools-debian] / c_src / linux / kstrtox.h
diff --git a/c_src/linux/kstrtox.h b/c_src/linux/kstrtox.h
deleted file mode 100644 (file)
index 910b6de..0000000
+++ /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