saig_defs.h
29 lines
| 302 B
| text/x-c
|
CLexer
|
r132 | /* | ||
* saig_defs.h | ||||
* | ||||
* Created on: Nov 4, 2014 | ||||
* Author: Alan Aguilar Sologuren | ||||
*/ | ||||
#ifndef UTILS_SAIG_DEFS_H_ | ||||
#define UTILS_SAIG_DEFS_H_ | ||||
/** | ||||
* | ||||
*/ | ||||
typedef struct saig_data_pkg_{ | ||||
}saig_data_pkg; | ||||
/** | ||||
* | ||||
*/ | ||||
typedef struct msPkr_params_{ | ||||
}msPkr_params; | ||||
#endif /* UTILS_SAIG_DEFS_H_ */ | ||||