mcctrl inital version (to be destroyed)

This commit is contained in:
Taku Shimosawa
2011-11-12 02:25:54 +09:00
parent 2773606466
commit d952688263
4 changed files with 158 additions and 0 deletions

12
linux/mod_mcctrl/mcctrl.h Normal file
View 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