summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/registers.h
blob: b693733a2125b8c00e605e64381b2b4b33169fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright 2020 The Chromium OS Authors. All rights reserved.
 * 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 */