Root/jzboot/include/elfldr.h

1#ifndef __ELFLDR__H__
2#define __ELFLDR__H__
3
4int load_elf(void *ingenic,
5             const char *filename,
6             const char *args,
7             const char *initrd);
8
9#endif
10
11

Archive Download this file



interactive