#ifndef _INPUT_H #define _INPUT_H #ifdef __cplusplus extern "C" { #endif #include #include typedef uint16_t input_t; #define INPUT_VECTOR_STEP (16 / sizeof(input_t)) extern const size_t INPUT_SIZE; extern const input_t INPUT[]; #ifdef __cplusplus } #endif #endif /* _INPUT_H */