1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 12:38:27 +02:00
xburst-tools/jzboot/include/elfldr.h
2011-12-26 10:49:02 +08:00

11 lines
182 B
C

#ifndef __ELFLDR__H__
#define __ELFLDR__H__
int load_elf(void *ingenic,
const char *filename,
const char *args,
const char *initrd);
#endif