bitops.h 540 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2004, Psyent Corporation <www.psyent.com>
  4. * Scott McNutt <smcnutt@psyent.com>
  5. */
  6. #ifndef __ASM_NIOS2_BITOPS_H_
  7. #define __ASM_NIOS2_BITOPS_H_
  8. /* copied from linux-2.6/include/asm-generic/bitops */
  9. #include <asm/bitops/atomic.h>
  10. #include <asm/bitops/non-atomic.h>
  11. #include <asm/bitops/ffs.h>
  12. #include <asm-generic/bitops/fls.h>
  13. #include <asm-generic/bitops/__fls.h>
  14. #include <asm-generic/bitops/fls64.h>
  15. #include <asm-generic/bitops/__ffs.h>
  16. #endif /* __ASM_NIOS2_BITOPS_H */