From ae51f41d14f548d494ac41e0d21137c5a4c3f59c Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Wed, 30 Oct 2019 14:21:52 +0800 Subject: import the U-Boot code and make it compile --- arch/nios2/include/asm/bitops.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 arch/nios2/include/asm/bitops.h (limited to 'arch/nios2/include/asm/bitops.h') diff --git a/arch/nios2/include/asm/bitops.h b/arch/nios2/include/asm/bitops.h new file mode 100644 index 0000000..289da18 --- /dev/null +++ b/arch/nios2/include/asm/bitops.h @@ -0,0 +1,20 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * (C) Copyright 2004, Psyent Corporation + * Scott McNutt + */ + +#ifndef __ASM_NIOS2_BITOPS_H_ +#define __ASM_NIOS2_BITOPS_H_ + +/* copied from linux-2.6/include/asm-generic/bitops */ +#include +#include +#include + +#include +#include +#include +#include + +#endif /* __ASM_NIOS2_BITOPS_H */ -- cgit v1.2.3