/* Header for module wol_cif, generated by p2c */ #ifndef WOL_CIF_H #define WOL_CIF_H #ifndef ASM_H #include #endif #ifndef SYSGLOBALS_H #include #endif /*file support*/ #ifndef FS_H #include #endif #ifndef MISC_H #include #endif #ifndef SYSDEVS_H #include #endif /* by Tim Mikkelsen date 07/17/81 update 03/09/83 purpose This module contains the LEVEL 2 HPIB GROUP procedures. */ #ifndef HPIB_2_H #include #endif #ifndef HPIB_1_H #include #endif #ifndef GENERAL_1_H #include #endif #ifndef GENERAL_2_H #include #endif #ifndef FILEPACK_H #include #endif #ifndef NEWKBD_H #include #endif #ifndef CITINFOMOD_H #include #endif #ifndef MYLIB_H #include #endif #ifndef NEWASM_H #include #endif #ifndef WOL_GRAPHICS_H #include "wol_graphics.h" #endif #ifndef WOL_ASM_H #include "wol_asm.h" #endif #ifndef HPGL_PLOTTER_H #include "hpgl_plotter.h" #endif #ifndef TIMING_H #include "timing.h" #endif #ifndef LAYER_STUFF_H #include "layer_stuff.h" #endif #ifndef TABLET_STUFF_H #include "tablet_stuff.h" #endif #ifndef MESSAGE_STUFF_H #include "message_stuff.h" #endif /* define the major cell stuff in use */ #ifndef CELL_STUFF_H #include "cell_stuff.h" #endif #ifndef NAME_STUFF_H #include "name_stuff.h" #endif #ifndef WOL_HEADER_H #include "wol_header.h" #endif #ifndef WOL_GRAPHICS_2_H #include "wol_graphics_2.h" #endif #ifndef WOL_INITIALIZE_H #include "wol_initialize.h" #endif #ifdef WOL_CIF_G # define vextern #else # define vextern extern #endif extern void write_cif(void); extern void read_cif(void); extern void list_cif_files(void); extern void dump_all(void); extern void read_cif_file(Char *ans_str); extern void write_cif_file(Char *ans_str, Char *cell_name); extern void dump_cells_independently(boolean all_geom_cells, boolean all_comp_cells); extern void write_comp_ports(void); #undef vextern #endif /*WOL_CIF_H*/ /* End. */