initpcd.h

00001 /* #pragma ident "@(#)initpcd.h 1.9 05/09/07 EDT" */
00002 #ifndef _INITPCD_H
00003 #define _INITPCD_H
00004 
00005 #ifdef DOXYGEN_SHOW_UNDOC
00006 
00010 #endif
00011 
00012 void EDTAPI print_cmds() ;
00013 int EDTAPI process_cmds() ;
00014 int EDTAPI input_config_file() ;
00015 int EDTAPI handle_args(int argc, char **argv) ;
00016 /* for vxworks want command to be initpcd and don't want conflict */
00017 #ifndef NO_MAIN
00018 #define initpcd_fn(edt_p, cfg_file, no_exececute, no_load_bitfile, verbose) \
00019         initpcd(edt_p, cfg_file, no_exececute, no_load_bitfile, verbose)
00020 #endif
00021 int EDTAPI initpcd_fn(EdtDev *edt_p, char *cfg_file, int no_execute,
00022                                 int no_load_bitfile, int verbose) ;
00023 int EDTAPI initpcd_str(char *cfg_str, int unit, int verbose) ;
00024 int EDTAPI initpcd_file(char *filename, int unit, int nobitload, int verbose);
00025 
00026 EDTAPI int input_config_str(char *cfg_str);
00027 
00028 #ifdef DOXYGEN_SHOW_UNDOC
00029  /* end weakgroup */
00030 #endif
00031 
00032 #endif /* _INITPCD_H */

Generated on Mon May 12 16:38:53 2008 by  doxygen 1.5.1