summaryrefslogtreecommitdiff
path: root/zephyr/projects/it8xxx2_evb/include/gpio_map.h
blob: b9d90268924bec6319cb19d824ff2fc912837be1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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_GPIO_MAP_H
#define __ZEPHYR_GPIO_MAP_H

#include <zephyr/devicetree.h>
#include <gpio_signal.h>

#define GPIO_ENTERING_RW	GPIO_UNIMPLEMENTED

#endif /* __ZEPHYR_GPIO_MAP_H */