diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-12-28 17:05:08 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-12-30 11:32:08 +0000 |
commit | 05a7ffa25be465aea7a7aa22fdf443322abd95cf (patch) | |
tree | d1f5d6447ff46827d3d1980fe5b3624b3c749b14 /src/include/bootblock_common.h | |
parent | 44095c1edc4387cd68103dca750cb7a28f5fa745 (diff) | |
download | coreboot-05a7ffa25be465aea7a7aa22fdf443322abd95cf.tar.xz |
bootblock: Move function prototype
Change-Id: I01ecb9a16099ac6189ce3f0bdbd43c23ad7c621d
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/30488
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/bootblock_common.h')
-rw-r--r-- | src/include/bootblock_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/bootblock_common.h b/src/include/bootblock_common.h index 7af0cebe63..08b2b7ad6d 100644 --- a/src/include/bootblock_common.h +++ b/src/include/bootblock_common.h @@ -36,6 +36,7 @@ void bootblock_soc_init(void); * C code entry point for the boot block. */ asmlinkage void bootblock_c_entry(uint64_t base_timestamp); +asmlinkage void bootblock_c_entry_bist(uint64_t base_timestamp, uint32_t bist); /* * This is a the same as the bootblock main(), with the difference that it does |