Blackfin: Remove
[oweals/u-boot.git] / arch / sparc / include / asm / bitops.h
1 /* Bit string operations on the SPARC
2  *
3  * (C) Copyright 2007, taken from asm-ppc/bitops.h
4  * Daniel Hellstrom, Gaisler Research, daniel@gaisler.com.
5  *
6  * SPDX-License-Identifier:     GPL-2.0+
7  */
8
9 #ifndef _SPARC_BITOPS_H
10 #define _SPARC_BITOPS_H
11
12 #include <asm-generic/bitops/fls.h>
13 #include <asm-generic/bitops/__fls.h>
14 #include <asm-generic/bitops/fls64.h>
15 #include <asm-generic/bitops/__ffs.h>
16
17 #endif                          /* _SPARC_BITOPS_H */