Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ mapfile_main()
◆ parse_mapfile()
◆ print_chunk()
◆ bottom_boilerplate
char* bottom_boilerplate = "};\n" |
|
static |
◆ mapfile_tool_main
◆ top_boilerplate
Initial value:=
"typedef struct {\n"
" u8 model;\n"
" u8 stepping;\n"
" u8 has_stepping;\n"
" char *filename;\n"
"} file_by_model_and_stepping_t;\n\n"
"static const file_by_model_and_stepping_t fms_table [] =\n"
"{\n" " /* model, stepping, stepping valid, file */\n"
Definition at line 33 of file mapfile_tool.c.