00001 00011 #ifndef _UF_H_ 00012 #define _UF_H_ 00013 00024 /* 00025 * INCLUDE FILES 00026 **************************************************************************************** 00027 */ 00028 // standard includes 00029 #include "co_int.h" 00030 00031 // for co_list 00032 #include "co_list.h" 00033 00034 // for co_ring 00035 #include "co_ring.h" 00036 00037 /* 00038 * GLOBAL VARIABLES 00039 **************************************************************************************** 00040 */ 00042 extern struct uf_env_tag uf_env; 00043 00044 /* 00045 * FUNCTION DECLARATIONS 00046 **************************************************************************************** 00047 */ 00053 void uf_init(void); 00054 00061 void uf_event_ind(void); 00062 00064 00065 #endif /* _UF_H_ */
1.6.1