summaryrefslogtreecommitdiff
path: root/zephyr/projects/it8xxx2_evb/include/i2c_map.h
blob: 9d1fc1ca36b24753ca80ec8be0b1f0eba653ab67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright 2021 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 __ZEPHYR_CHROME_I2C_MAP_H
#define __ZEPHYR_CHROME_I2C_MAP_H

#include <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 */