edt_optstring.h

00001 
00002 #ifndef _EDT_OPTSTRING_H_
00003 #define _EDT_OPTSTRING_H_
00004 
00005 #define EDT_BITFILE_VERSION  0x0201007c
00006 #define EDT_BITFILE_STRING   0x0101007e
00007 #define EDT_OLD_BITFILE_STRING   0x0101007d
00008 #define EDT_MEZZ_BITFILE_STRING  0x010100A0
00009 
00010 
00011 
00012 
00013 EDTAPI int
00014 edt_get_board_description(EdtDev *edt_p, 
00015                 int force_mezzanine);
00016 
00017 EDTAPI void
00018 edt_print_board_description(EdtDev *edt_p);
00019 
00020 
00021 EDTAPI int
00022 edt_parse_option_string(char *s, EdtBitfileDescriptor *bfd);
00023 
00024 EDTAPI char * edt_mezz_name(int mezz_id);
00025 
00026 EDTAPI int edt_check_1_vs_4(EdtDev *edt_p);
00027 
00028 EDTAPI int edtdev_channels_from_type(EdtDev *edt_p);
00029 
00030 
00031 EDTAPI int edt_is_test_file_loaded(EdtDev *edt_p);
00032 
00033 #endif

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