summaryrefslogtreecommitdiff
path: root/zephyr/program/it8xxx2_evb/include/i2c_map.h
blob: a6878e8baeebbdf33982d554b945d6386ea9f425 (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 "config.h"

#include <zephyr/devicetree.h>

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

#endif /* __ZEPHYR_CHROME_I2C_MAP_H */