Wolfgang Denk | 7b64fef | 2006-10-24 14:21:16 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2006 Atmel Corporation |
| 3 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
Wolfgang Denk | 7b64fef | 2006-10-24 14:21:16 +0200 | [diff] [blame] | 5 | */ |
| 6 | #ifndef __ASM_AVR32_BITOPS_H |
| 7 | #define __ASM_AVR32_BITOPS_H |
| 8 | |
Fabio Estevam | 61a1777 | 2015-11-05 12:43:37 -0200 | [diff] [blame] | 9 | #include <asm-generic/bitops/fls.h> |
| 10 | #include <asm-generic/bitops/__fls.h> |
| 11 | #include <asm-generic/bitops/fls64.h> |
| 12 | #include <asm-generic/bitops/__ffs.h> |
| 13 | |
Wolfgang Denk | 7b64fef | 2006-10-24 14:21:16 +0200 | [diff] [blame] | 14 | #endif /* __ASM_AVR32_BITOPS_H */ |