1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 18:22:28 +02:00
xburst-tools/jzboot/include/elfldr.h

11 lines
182 B
C
Raw Normal View History

2011-05-22 16:59:12 +03:00
#ifndef __ELFLDR__H__
#define __ELFLDR__H__
int load_elf(void *ingenic,
const char *filename,
const char *args,
const char *initrd);
#endif