00001 00026 #ifndef __CAPM_INCLUDED__ 00027 #define __CAPM_INCLUDED__ 00028 00029 00030 int capm_create_element (); 00031 int capm_create_packages_list (); 00032 int capm_drc (); 00033 int capm_get_default_footprint_values (); 00034 #if GUI 00035 int capm_set_gui_constraints (); 00036 #endif /* GUI */ 00037 int capm_write_footprint (); 00038 void capm_init (); 00039 00040 00041 #endif /* __CAPM_INCLUDED__ */ 00042 00043 00044 /* EOF */