Minor refactoring

This commit is contained in:
topjohnwu
2020-10-15 00:19:11 -07:00
parent 1edc4449d5
commit aaaaa3d044
2 changed files with 36 additions and 41 deletions

View File

@ -384,5 +384,4 @@ struct boot_img {
~boot_img();
void parse_image(uint8_t *addr);
void find_kernel_dtb();
};