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

#ifndef _SOC_SNOWRIDGE_BOOTBLOCK_H_
#define _SOC_SNOWRIDGE_BOOTBLOCK_H_

void early_uart_init(void);

void early_tco_init(void);

#endif // _SOC_SNOWRIDGE_BOOTBLOCK_H_