bitops.h 331 B

1234567891011121314
  1. /*
  2. * Copyright (C) 2006 Atmel Corporation
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef __ASM_AVR32_BITOPS_H
  7. #define __ASM_AVR32_BITOPS_H
  8. #include <asm-generic/bitops/fls.h>
  9. #include <asm-generic/bitops/__fls.h>
  10. #include <asm-generic/bitops/fls64.h>
  11. #include <asm-generic/bitops/__ffs.h>
  12. #endif /* __ASM_AVR32_BITOPS_H */