// SPDX-License-Identifier: Apache-2.0 #pragma once #ifdef __cplusplus extern "C" { #endif #include #include #include #include struct Device; struct GpioTrackballConfig { struct GpioPinSpec pin_right; struct GpioPinSpec pin_up; struct GpioPinSpec pin_left; struct GpioPinSpec pin_down; struct GpioPinSpec pin_click; }; #ifdef __cplusplus } #endif