blob: db67672a8ebf668dbaf678ffc9c6d5b2081ae377 [file] [log] [blame]
Markus Klotzbuecherd28707d2007-01-09 14:57:10 +01001/*
2 * (C) Copyright 2006
3 * Markus Klotzbuecher, DENX Software Engineering, mk@denx.de.
4 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Markus Klotzbuecherd28707d2007-01-09 14:57:10 +01006 */
7
8int hpi_init(void);
9
10#ifdef CONFIG_SPC1920_HPI_TEST
11int hpi_test(void);
12#endif