X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Falloc%2Fbitops.h;fp=ccan%2Falloc%2Fbitops.h;h=0000000000000000000000000000000000000000;hp=3feeed21fcc72a63aa0dddbb3a924726d34d920d;hb=d379e0ae835bdd047a5d277f7ded41f180134e27;hpb=8fc1b23065309df44a3725ec7dba76dfebc9cbd2 diff --git a/ccan/alloc/bitops.h b/ccan/alloc/bitops.h deleted file mode 100644 index 3feeed21..00000000 --- a/ccan/alloc/bitops.h +++ /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 */