1 #ifndef _AUTOFAKE_RESET_H 2 #define _AUTOFAKE_RESET_H 3 #include "fff.h" 4 #include "reset_reason.h" 5 6 DECLARE_FAKE_VOID_FUNC(resetSystem, ResetReason_t); 7 8 #endif