summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/sarien/ec.c
blob: 2dd13a8c173cbccec230ed749dbbc340d23a9065 (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. */

#include <console/console.h>
#include <ec/google/wilco/commands.h>
#include <variant/ec.h>

void mainboard_post(uint8_t value)
{
	wilco_ec_save_post_code(value);
}