#ifndef UNITTEST_INTERNAL_INTTESTSERIALIZATION_H_ #define UNITTEST_INTERNAL_INTTESTSERIALIZATION_H_ #include #include namespace testserialize { ReturnValue_t test_serialization(); ReturnValue_t test_endianness_tools(); ReturnValue_t test_autoserialization(); ReturnValue_t test_serial_buffer_adapter(); extern std::array test_array; } #endif /* UNITTEST_INTERNAL_INTTESTSERIALIZATION_H_ */