00001 00025 #ifndef __SOT_INCLUDED__ 00026 #define __SOT_INCLUDED__ 00027 00028 00029 int sot_create_element (); 00030 int sot_create_packages_list (); 00031 int sot_create_fpw_files_from_packages_list (); 00032 int sot_drc (); 00033 int sot_get_default_footprint_values (); 00034 #if GUI 00035 int sot_set_gui_constraints (); 00036 #endif /* GUI */ 00037 int sot_write_footprint (); 00038 void sot_init (); 00039 00040 00041 #endif /* __SOT_INCLUDED__ */ 00042 00043 00044 /* EOF */