]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/spc1920/hpi.h
mpc8xx: remove v37 board support
[people/ms/u-boot.git] / board / spc1920 / hpi.h
1 /*
2 * (C) Copyright 2006
3 * Markus Klotzbuecher, DENX Software Engineering, mk@denx.de.
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8 int hpi_init(void);
9
10 #ifdef CONFIG_SPC1920_HPI_TEST
11 int hpi_test(void);
12 #endif