X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Falloc%2Fbitops.h;h=c6509c3182a5509b72f0cb6544c019e33b2a9bce;hp=11ec950eff9df92e7bcaed8c09d70bce417b83b0;hb=e5d378237fd2c9dd0c710bed9d8f9e1538de6d02;hpb=5caaeab8a7448390eb857006f9b3704de60cf115 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 */