]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/avr32/include/asm/bitops.h
stm32: Correct positioning of declaration
[people/ms/u-boot.git] / arch / avr32 / include / asm / bitops.h
CommitLineData
7b64fef3
WD
1/*
2 * Copyright (C) 2006 Atmel Corporation
3 *
1a459660 4 * SPDX-License-Identifier: GPL-2.0+
7b64fef3
WD
5 */
6#ifndef __ASM_AVR32_BITOPS_H
7#define __ASM_AVR32_BITOPS_H
8
61a17776
FE
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
7b64fef3 14#endif /* __ASM_AVR32_BITOPS_H */