]> git.sur5r.net Git - u-boot/blob - board/spc1920/hpi.h
mx6sx: Add initial support for mx6sxsabresd board
[u-boot] / 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