12 lines
160 B
C++
12 lines
160 B
C++
/*
|
|
* SystemCalls.cpp
|
|
*
|
|
* Created on: 19 àâã. 2020 ã.
|
|
* Author: LeonidTitov
|
|
*/
|
|
|
|
#include "SystemCalls.hh"
|
|
|
|
void ( * peripheral::reboot)() = nullptr;
|
|
|