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