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 edtdev_channels_from_type(EdtDev *edt_p); 00027 00028 00029 EDTAPI int edt_is_test_file_loaded(EdtDev *edt_p); 00030 00031 EDTAPI int edt_read_option_string(EdtDev *edt_p, char *s , int *rev_p); 00032 00033 00034 #endif