X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Froms%2Fu-boot%2Fboard%2Fspc1920%2Fhpi.h;fp=qemu%2Froms%2Fu-boot%2Fboard%2Fspc1920%2Fhpi.h;h=db67672a8ebf668dbaf678ffc9c6d5b2081ae377;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/roms/u-boot/board/spc1920/hpi.h b/qemu/roms/u-boot/board/spc1920/hpi.h new file mode 100644 index 000000000..db67672a8 --- /dev/null +++ b/qemu/roms/u-boot/board/spc1920/hpi.h @@ -0,0 +1,12 @@ +/* + * (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