Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2972 → Rev 2973

/branches/dynload/uspace/lib/rtld/include/rtld.h
35,6 → 35,15
#ifndef RTLD_H_
#define RTLD_H_
 
#include <sys/types.h>
 
#include <dynamic.h>
 
typedef struct {
dyn_info_t dyn;
size_t bias;
} module_t;
 
void _rtld_main(void);
 
#endif