summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/bitops.h
blob: 9665c7f0103211094bf286439969401b94a3d180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * include/asm-mips/bitops.h
 *
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
 * Copyright (c) 1994 by Ralf Baechle
 */

#ifndef _ASM_MIPS_BITOPS_H_
#define _ASM_MIPS_BITOPS_H_

/*
 * On MIPS inline assembler bitfunctions are as effective
 * as the standard C counterparts.
 */
#include <asm-generic/bitops.h>

#endif /* _ASM_MIPS_BITOPS_H_ */