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

#ifndef __ZEPHYR_CHROME_I2C_MAP_H
#define __ZEPHYR_CHROME_I2C_MAP_H

#include <zephyr/devicetree.h>

#include "config.h"

/* We need registers.h to get the chip specific defines for now */
#include "i2c/i2c.h"

#endif /* __ZEPHYR_CHROME_I2C_MAP_H */