ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/marvell/uboot/arch/blackfin/include/asm/shared_resources.h b/marvell/uboot/arch/blackfin/include/asm/shared_resources.h
new file mode 100644
index 0000000..1a03392
--- /dev/null
+++ b/marvell/uboot/arch/blackfin/include/asm/shared_resources.h
@@ -0,0 +1,17 @@
+/*
+ * U-boot - setup.h
+ *
+ * Copyright (c) 2005-2007 Analog Devices Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef _SHARED_RESOURCES_H_
+#define _SHARED_RESOURCES_H_
+
+void swap_to(int device_id);
+
+#define FLASH 0
+#define ETHERNET 1
+
+#endif /* _SHARED_RESOURCES_H_ */