X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Falloc%2Fbitops.h;h=c6509c3182a5509b72f0cb6544c019e33b2a9bce;hb=f1069e4a2d5a8115695fb8ea3e78dbdcf389aead;hp=11ec950eff9df92e7bcaed8c09d70bce417b83b0;hpb=7f9d956574d30f70d2260f4b7694f481e3765173;p=ccan diff --git a/ccan/alloc/bitops.h b/ccan/alloc/bitops.h index 11ec950e..c6509c31 100644 --- a/ccan/alloc/bitops.h +++ b/ccan/alloc/bitops.h @@ -1,7 +1,7 @@ #ifndef CCAN_ALLOC_BITOPS_H #define CCAN_ALLOC_BITOPS_H -unsigned int fls(unsigned long val); -unsigned int ffsl(unsigned long val); +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 */