summaryrefslogtreecommitdiff
path: root/zephyr/include/dt-bindings/native-posix-gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/include/dt-bindings/native-posix-gpio.h')
-rw-r--r--zephyr/include/dt-bindings/native-posix-gpio.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/zephyr/include/dt-bindings/native-posix-gpio.h b/zephyr/include/dt-bindings/native-posix-gpio.h
deleted file mode 100644
index c0b8077e3d..0000000000
--- a/zephyr/include/dt-bindings/native-posix-gpio.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * Copyright 2022 The ChromiumOS Authors
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-#ifndef DT_BINDINGS_NATIVE_POSIX_GPIO_H_
-#define DT_BINDINGS_NATIVE_POSIX_GPIO_H_
-
-/** Used for testing, bits 8-15 for specific SoC flags. */
-#define NATIVE_POSIX_GPIO_VOLTAGE_1P8 (1 << 8)
-
-#endif /* DT_BINDINGS_NATIVE_POSIX_GPIO_H_ */