12 lines
164 B
C++
12 lines
164 B
C++
|
|
/*
|
|||
|
|
* SystemCalls.cpp
|
|||
|
|
*
|
|||
|
|
* Created on: 19 авг. 2020 г.
|
|||
|
|
* Author: LeonidTitov
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
#include "SystemCalls.hh"
|
|||
|
|
|
|||
|
|
void ( * peripheral::reboot)() = nullptr;
|
|||
|
|
|