summaryrefslogtreecommitdiff
path: root/src/include/fallback.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2016-12-11 12:56:37 +0200
committerNico Huber <nico.h@gmx.de>2016-12-13 19:15:22 +0100
commit7ce1a75602c30c0680992265e52c08c292af2d7f (patch)
treeeeb47a959eda6ebc45cd152549922bbb6b2f8b30 /src/include/fallback.h
parent16b3e4bd2c2dbc14c42be85cca60ea647e60bd99 (diff)
downloadcoreboot-7ce1a75602c30c0680992265e52c08c292af2d7f.tar.xz
pc80: Move set_boot_successful()
Don't implement arch or driver -specific code under lib/, Change-Id: If75980ec5efc622582e2b5e124ad0e7ee3fa39a3 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/17793 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/include/fallback.h')
-rw-r--r--src/include/fallback.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/fallback.h b/src/include/fallback.h
index 740f130dc2..3a7225e113 100644
--- a/src/include/fallback.h
+++ b/src/include/fallback.h
@@ -4,6 +4,7 @@
#if !defined(__ASSEMBLER__)
void boot_successful(void);
+void set_boot_successful(void);
#endif /* __ASSEMBLER__ */