soc/intel/xeon_sp/spr: Drop microcode constraints
[coreboot2.git] / src / include / fallback.h
blobdda2c305ed57ca96844aaa06e222388fa32d1866
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef FALLBACK_H
4 #define FALLBACK_H
6 void boot_successful(void);
7 void set_boot_successful(void);
8 int do_normal_boot(void);
10 #endif /* FALLBACK_H */