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

#ifndef VARIANT_EC_H
#define VARIANT_EC_H

#include <baseboard/ec.h>

#endif