1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef __ARCH_BOOTBLOCK_H__ 4 #define __ARCH_BOOTBLOCK_H__ 5 6 void bootblock_early_cpu_init(void); 7 void bootblock_early_northbridge_init(void); 8 void bootblock_early_southbridge_init(void); 9 10 #endif 11