Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / board / spc1920 / hpi.h
diff --git a/qemu/roms/u-boot/board/spc1920/hpi.h b/qemu/roms/u-boot/board/spc1920/hpi.h
new file mode 100644 (file)
index 0000000..db67672
--- /dev/null
@@ -0,0 +1,12 @@
+/*
+ * (C) Copyright 2006
+ * Markus Klotzbuecher, DENX Software Engineering, mk@denx.de.
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
+int hpi_init(void);
+
+#ifdef CONFIG_SPC1920_HPI_TEST
+int hpi_test(void);
+#endif