00001 #ifndef bsta_processes_h_ 00002 #define bsta_processes_h_ 00003 00004 #include <bprb/bprb_func_process.h> 00005 #include <bprb/bprb_macros.h> 00006 00007 //the init functions 00008 DECLARE_FUNC_CONS(bsta_sigma_normalization_table_process); 00009 DECLARE_FUNC_CONS(bsta_initialize_random_seed_process); 00010 00011 #endif