blob: cf0fe368fc4848724a774f545426f0a8d1a0accd [file] [log] [blame]
Alexandru Gagniuc7e86cd42015-10-06 10:33:49 -07001#include <cbmem.h>
2#include <cpu/x86/smm.h>
3
4void *cbmem_top(void)
5{
6 return NULL;
7}
8
9void southbridge_smi_set_eos(void)
10{
11}