summaryrefslogtreecommitdiffstats
path: root/util/mainboard/google/hatch/template/include/variant/ec.h
blob: b9fb4f19ccd80336cb880f3fa5a4f420a930d8aa (plain)
1
2
3
4
5
6
7
8
9
/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef VARIANT_EC_H
#define VARIANT_EC_H

#include <baseboard/ec.h>

#endif