aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/auron/variants/samus/include/variant/board_version.h
blob: e99b16d0f1bdca1a65ecb2fc6d4c24f2c3e9e20b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef SAMUS_BOARD_VERSION_H
#define SAMUS_BOARD_VERSION_H

#include <boardid.h>

#define SAMUS_EC_BOARD_VERSION_EVT1	3
#define SAMUS_EC_BOARD_VERSION_EVT2	4
#define SAMUS_EC_BOARD_VERSION_EVT3	5
#define SAMUS_EC_BOARD_VERSION_EVT4	0
#define SAMUS_EC_BOARD_VERSION_UNKNOWN	BOARD_ID_UNKNOWN

const char *samus_board_version(void);

#endif