blob: c66f730c88823eaea5fa967fda1b9876e155f111 [file] [log] [blame]
Daniel Hellstromc2f02da2008-03-28 09:47:00 +01001/* 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 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02006 * SPDX-License-Identifier: GPL-2.0+
Daniel Hellstromc2f02da2008-03-28 09:47:00 +01007 */
8
9#ifndef _SPARC_BITOPS_H
10#define _SPARC_BITOPS_H
11
Fabio Estevama428c9e2015-11-05 12:43:31 -020012#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
Daniel Hellstromc2f02da2008-03-28 09:47:00 +010017#endif /* _SPARC_BITOPS_H */