summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/arch/bootblock.h
blob: a4dcb3a642fe824d872fa37a4b8671e0ef9ba2cc (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __ARCH_BOOTBLOCK_H__
#define __ARCH_BOOTBLOCK_H__

void bootblock_early_cpu_init(void);
void bootblock_early_northbridge_init(void);
void bootblock_early_southbridge_init(void);

#endif