1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-02-18 09:54:42 +02:00

11 lines
182 B
C
Raw Normal View History

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