// SPDX-License-Identifier: Apache-2.0 #pragma once #ifdef __cplusplus extern "C" { #endif #include #include struct GpioHogConfig { struct GpioPinSpec pin; bool output_high; }; #ifdef __cplusplus } #endif