aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/cezanne/smihandler.c
blob: 46164e4d8485a5e025ce253569274bde81f74bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-or-later */

#include <amdblocks/smm.h>
#include <cpu/x86/smm.h>

int southbridge_io_trap_handler(int smif)
{
	return 0;
}

void *get_smi_source_handler(int source)
{
	return NULL;
}