summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/registers.h
blob: f17b05f5f8aa49359e098a00c39ed7df993e4173 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright 2020 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef __CROS_EC_REGISTERS_H
#define __CROS_EC_REGISTERS_H

/*
 * This file is left intentionally blank. It is required since many of the
 * shimmed files from platform/ec/common include it. Normally, this file
 * would define chip specific registers and would reside under
 * platform/ec/chip/...
 */

#endif /* __CROS_EC_REGISTERS_H */