mcctrl inital version (to be destroyed)
This commit is contained in:
12
linux/mod_mcctrl/mcctrl.h
Normal file
12
linux/mod_mcctrl/mcctrl.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef HEADER_MCCTRL_H
|
||||
#define HEADER_MCCTRL_H
|
||||
|
||||
#include <aal/aal_host_driver.h>
|
||||
#include <uprotocol.h>
|
||||
|
||||
struct mcctrl_priv {
|
||||
aal_os_t os;
|
||||
struct program_load_desc *desc;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user