00001 00025 #ifndef __PGA_INCLUDED__ 00026 #define __PGA_INCLUDED__ 00027 00028 00029 int pga_create_element (); 00030 int pga_create_packages_list (); 00031 int pga_drc (); 00032 int pga_get_default_footprint_values (); 00033 #if GUI 00034 int pga_set_gui_constraints (); 00035 #endif /* GUI */ 00036 int pga_write_footprint (); 00037 void pga_init (); 00038 00039 00040 #endif /* __PGA_INCLUDED__ */ 00041 00042 00043 /* EOF */