Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / arch / blackfin / include / asm / shared_resources.h
diff --git a/qemu/roms/u-boot/arch/blackfin/include/asm/shared_resources.h b/qemu/roms/u-boot/arch/blackfin/include/asm/shared_resources.h
new file mode 100644 (file)
index 0000000..1a03392
--- /dev/null
@@ -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_ */