summaryrefslogtreecommitdiff
path: root/zephyr/projects/it8xxx2_evb/include/gpio_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/it8xxx2_evb/include/gpio_map.h')
-rw-r--r--zephyr/projects/it8xxx2_evb/include/gpio_map.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/zephyr/projects/it8xxx2_evb/include/gpio_map.h b/zephyr/projects/it8xxx2_evb/include/gpio_map.h
deleted file mode 100644
index b9d9026892..0000000000
--- a/zephyr/projects/it8xxx2_evb/include/gpio_map.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* 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 */