| 677 | } |
| 678 | |
| 679 | static int cmd_create_layout(void) |
| 680 | { |
| 681 | struct buffer buff; |
| 682 | |
| 683 | if (fill_layout_buffer(&buff)) |
| 684 | return -1; |
| 685 | |
| 686 | buffer_write_file(&buff, params.image_name); |
| 687 | return 0; |
| 688 | } |
| 689 | |
| 690 | static int cmd_create_cse_region(void) |
| 691 | { |
nothing calls this directly
no test coverage detected