wdenk | 5c952cf | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2004, Psyent Corporation <www.psyent.com> |
| 3 | * Scott McNutt <smcnutt@psyent.com> |
| 4 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | * SPDX-License-Identifier: GPL-2.0+ |
wdenk | 5c952cf | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef __ASM_NIOS2_BITOPS_H_ |
| 9 | #define __ASM_NIOS2_BITOPS_H_ |
| 10 | |
Thomas Chou | 3bef253 | 2010-03-20 07:05:46 +0800 | [diff] [blame] | 11 | /* copied from linux-2.6/include/asm-generic/bitops */ |
| 12 | #include <asm/bitops/atomic.h> |
| 13 | #include <asm/bitops/non-atomic.h> |
| 14 | #include <asm/bitops/ffs.h> |
wdenk | 5c952cf | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 15 | |
| 16 | #endif /* __ASM_NIOS2_BITOPS_H */ |