SimpleKernel  0.0.1
driver.h
Go to the documentation of this file.
1 
17 #ifndef SIMPLEKERNEL_DRIVER_H
18 #define SIMPLEKERNEL_DRIVER_H
19 
20 #include "cstdint"
21 
28 int32_t driver(uint32_t _argc, uint8_t **_argv);
29 
30 #endif /* SIMPLEKERNEL_DRIVER_H */
int32_t driver(uint32_t _argc, uint8_t **_argv)
入口
Definition: driver.cpp:19