You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
void initramfs_callback(int type, char *name, void *data, unsigned int size);
void cpio_callback(int type, char *name, void *data, unsigned int size);
int fdt_parser(unsigned long _dt_struct, unsigned long off_dt_strings, unsigned int totalsize, void (*callback)(int type, char *name, void *data, unsigned int size));
int fdt_traverse(void (*callback)(int type, char *name, void *data, unsigned int size));