/* * 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_ */