Files
rosetta/sys/ld/ld.h

9 lines
108 B
C

#ifndef LD_H_
#define LD_H_
struct image_list;
extern struct image_list *global_image_list(void);
#endif