aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/include/soc/bootblock.h
blob: 6be437045475c1250f082b637060d694799cae06 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _SOC_XEON_SP_BOOTBLOCK_H_
#define _SOC_XEON_SP_BOOTBLOCK_H_

#include "iomap.h"

/* Bootblock post console init programming */
void bootblock_pch_init(void);

#endif