Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 942 → Rev 943

/shark/trunk/ports/first/include/tdstar.h
20,11 → 20,11
 
/**
------------
CVS : $Id: tdstar.h,v 1.1 2004-12-17 13:21:34 trimarchi Exp $
CVS : $Id: tdstar.h,v 1.2 2005-02-14 15:51:26 trimarchi Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2004-12-17 13:21:34 $
Revision: $Revision: 1.2 $
Last update: $Date: 2005-02-14 15:51:26 $
------------
 
Title:
146,7 → 146,7
void TDSTAR_unset_nopreemtive_current(LEVEL l);
 
void TDSTAR_start_simulation(LEVEL l);
void TDSTAR_settable(LEVEL l, fsf_table_driven_params_t *param, PID pd);
 
 
#endif
 
/shark/trunk/ports/first/include/fsf_server.h
11,6 → 11,7
int FSF_get_shared_object_level(void);
void FSF_start_service_task(void);
int FSF_register_module(int posix_level, int server_level, bandwidth_t max_bw);
void FSF_init_synch_obj_layer();
 
#ifdef FSF_CBSSTAR