2008-03-28 08:47:00 +00:00
|
|
|
/* Bit string operations on the SPARC
|
|
|
|
*
|
|
|
|
* (C) Copyright 2007, taken from asm-ppc/bitops.h
|
|
|
|
* Daniel Hellstrom, Gaisler Research, daniel@gaisler.com.
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2008-03-28 08:47:00 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _SPARC_BITOPS_H
|
|
|
|
#define _SPARC_BITOPS_H
|
|
|
|
|
2015-11-05 14:43:31 +00:00
|
|
|
#include <asm-generic/bitops/fls.h>
|
|
|
|
#include <asm-generic/bitops/__fls.h>
|
|
|
|
#include <asm-generic/bitops/fls64.h>
|
|
|
|
#include <asm-generic/bitops/__ffs.h>
|
|
|
|
|
2008-03-28 08:47:00 +00:00
|
|
|
#endif /* _SPARC_BITOPS_H */
|