stm32: Correct positioning of declaration
[oweals/u-boot.git] / arch / avr32 / include / asm / bitops.h
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
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
14 #endif /* __ASM_AVR32_BITOPS_H */