00001 #ifndef __QMGR_PARAMS_H__ 00002 #define __QMGR_PARAMS_H__ 00003 00004 #include <linux/aquosa/submodules_internal_ks.h> 00005 #include <linux/aquosa/submodules_internal_us.h> 00006 00007 typedef union qmgr_all_preds_params_t { 00008 qmgr_pred_params_t base; 00009 #include <linux/aquosa/predictors_union.c> 00010 } qmgr_all_preds_params_t; 00011 00012 typedef union { 00013 qmgr_ctrl_params_t base; 00014 #include <linux/aquosa/controllers_union.c> 00015 } qmgr_all_ctrls_params_t; 00016 00020 typedef struct qmgr_params_struct { 00021 qmgr_all_ctrls_params_t ctrl_params; 00022 qmgr_all_preds_params_t pred_params; 00023 } qmgr_params_t; 00024 00025 #endif