summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/deltaur/ec.c
blob: 5dd7237bdd93aae231f6038a1fe5e72b65f0bf1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * This file is part of the coreboot project.
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#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);
}