root/include/asm-mips/bitops.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 /*
   2  * include/asm-mips/bitops.h
   3  *
   4  * This file is subject to the terms and conditions of the GNU General Public
   5  * License.  See the file "COPYING" in the main directory of this archive
   6  * for more details.
   7  *
   8  * Copyright (c) 1994 by Ralf Baechle
   9  */
  10 
  11 #ifndef _ASM_MIPS_BITOPS_H_
  12 #define _ASM_MIPS_BITOPS_H_
  13 
  14 /*
  15  * On MIPS inline assembler bitfunctions are as effective
  16  * as the standard C counterparts.
  17  */
  18 #include <asm-generic/bitops.h>
  19 
  20 #endif /* _ASM_MIPS_BITOPS_H_ */

/* [previous][next][first][last][top][bottom][index][help] */