Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4690 → Rev 4691

/branches/dynload/uspace/lib/libc/rtld/include/module.h
37,7 → 37,7
 
#include <sys/types.h>
#include <dynamic.h>
#include <libadt/list.h>
#include <adt/list.h>
 
typedef struct module {
dyn_info_t dyn;