summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/board/spc1920/hpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/board/spc1920/hpi.h')
-rw-r--r--qemu/roms/u-boot/board/spc1920/hpi.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/spc1920/hpi.h b/qemu/roms/u-boot/board/spc1920/hpi.h
new file mode 100644
index 000000000..db67672a8
--- /dev/null
+++ b/qemu/roms/u-boot/board/spc1920/hpi.h
@@ -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