MotorControlModuleSDFM_TMS3.../Projects/EFC_Application/UMLibrary/peripheral/SystemCalls.hh

21 lines
305 B
C++
Raw Permalink Normal View History

/*
* SystemCalls.hh
*
* Created on: 14 <EFBFBD><EFBFBD><EFBFBD> 2020 <EFBFBD>.
* Author: LeonidTitov
*/
#ifndef UMLIBRARY_PERIPHERAL_SYSTEMCALLS_HH_
#define UMLIBRARY_PERIPHERAL_SYSTEMCALLS_HH_
#include <cstddef>
namespace peripheral {
extern void ( * reboot)();
}
#endif /* UMLIBRARY_PERIPHERAL_SYSTEMCALLS_HH_ */