]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/spc1920/hpi.h
Merge git://git.denx.de/u-boot-arm
[karo-tx-uboot.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