00001 #ifndef __STOCHDB_LIB_H__ 00002 #define __STOCHDB_LIB_H__ 00003 00004 #include <linux/aquosa/qos_types.h> 00005 00028 #define STOCHDB_DEF_TARGET_SE 0 00029 00035 qos_rv stochdb_set_defaults(); 00036 00038 qos_rv stochdb_set_target_se(qres_time_t target_se); 00039 00043 qos_rv stochdb_register_lib(void); 00044 00045 #endif