forked from Green-Sky/tomato
5 lines
89 B
C++
5 lines
89 B
C++
|
#pragma once
|
||
|
|
||
|
// perform system checks and potentially terminate
|
||
|
void runSysCheck(void);
|