X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=ccan%2Falloc%2Fbitops.h;h=3feeed21fcc72a63aa0dddbb3a924726d34d920d;hb=74257cee33ae3033f961d5f22a0313b8cb1b18d4;hp=c6509c3182a5509b72f0cb6544c019e33b2a9bce;hpb=e3bdf3937c8613f3958a5e8beaa8a92ec2da5170;p=ccan diff --git a/ccan/alloc/bitops.h b/ccan/alloc/bitops.h index c6509c31..3feeed21 100644 --- a/ccan/alloc/bitops.h +++ b/ccan/alloc/bitops.h @@ -1,3 +1,4 @@ +/* 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);