aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/variants/palkia/include/variant/ec.h
blob: 454c8d01f24676e37fd9510ec0e5181eeb6eb121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * This file is part of the coreboot project.
 *
 * Copyright 2020 The coreboot project Palkia.
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef VARIANT_EC_H
#define VARIANT_EC_H

#include <baseboard/ec.h>

#endif