ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/marvell/uboot/arch/avr32/include/asm/bitops.h b/marvell/uboot/arch/avr32/include/asm/bitops.h
new file mode 100644
index 0000000..0ec6784
--- /dev/null
+++ b/marvell/uboot/arch/avr32/include/asm/bitops.h
@@ -0,0 +1,9 @@
+/*
+ * Copyright (C) 2006 Atmel Corporation
+ *
+ * SPDX-License-Identifier:	GPL-2.0+
+ */
+#ifndef __ASM_AVR32_BITOPS_H
+#define __ASM_AVR32_BITOPS_H
+
+#endif /* __ASM_AVR32_BITOPS_H */