]> git.ozlabs.org Git - ccan/blobdiff - ccan/alloc/bitops.h
alloc: move into antithread/alloc.
[ccan] / ccan / alloc / bitops.h
diff --git a/ccan/alloc/bitops.h b/ccan/alloc/bitops.h
deleted file mode 100644 (file)
index 3feeed2..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
-#ifndef CCAN_ALLOC_BITOPS_H
-#define CCAN_ALLOC_BITOPS_H
-unsigned int afls(unsigned long val);
-unsigned int affsl(unsigned long val);
-unsigned int popcount(unsigned long val);
-unsigned long align_up(unsigned long x, unsigned long align);
-#endif /* CCAN_ALLOC_BITOPS_H */