blob: 289da18437ab39098a928306fafb8307c65a080c [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
wdenk5c952cf2004-10-10 21:27:30 +00002/*
3 * (C) Copyright 2004, Psyent Corporation <www.psyent.com>
4 * Scott McNutt <smcnutt@psyent.com>
wdenk5c952cf2004-10-10 21:27:30 +00005 */
6
7#ifndef __ASM_NIOS2_BITOPS_H_
8#define __ASM_NIOS2_BITOPS_H_
9
Thomas Chou3bef2532010-03-20 07:05:46 +080010/* copied from linux-2.6/include/asm-generic/bitops */
11#include <asm/bitops/atomic.h>
12#include <asm/bitops/non-atomic.h>
13#include <asm/bitops/ffs.h>
wdenk5c952cf2004-10-10 21:27:30 +000014
Fabio Estevam7a2a0912015-11-05 12:43:34 -020015#include <asm-generic/bitops/fls.h>
16#include <asm-generic/bitops/__fls.h>
17#include <asm-generic/bitops/fls64.h>
18#include <asm-generic/bitops/__ffs.h>
19
wdenk5c952cf2004-10-10 21:27:30 +000020#endif /* __ASM_NIOS2_BITOPS_H */