bitops.h 389 B

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