init.h
Go to the documentation of this file.
1 
20 #pragma once
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
26 void host_init();
27 
28 #ifdef __cplusplus
29 }
30 #endif
void host_init()