blob: 3e17964f25d3a272fc682200dc0dde76183faf01 [file] [log] [blame]
Googlere00b8eb2019-07-08 16:37:07 -07001/*
2 * (C) Copyright 2004, Psyent Corporation <www.psyent.com>
3 * Scott McNutt <smcnutt@psyent.com>
Googler15b35d92022-10-03 17:48:21 +08004 *
5 * SPDX-License-Identifier: GPL-2.0+
Googlere00b8eb2019-07-08 16:37:07 -07006 */
7
8#ifndef __ASM_NIOS2_BITOPS_H_
9#define __ASM_NIOS2_BITOPS_H_
10
11/* copied from linux-2.6/include/asm-generic/bitops */
12#include <asm/bitops/atomic.h>
13#include <asm/bitops/non-atomic.h>
14#include <asm/bitops/ffs.h>
15
Googlere00b8eb2019-07-08 16:37:07 -070016#endif /* __ASM_NIOS2_BITOPS_H */