Home | History | Annotate | Download | only in liblegacy

Lines Matching defs:module

1 /* Definitions for the Linux module syscall interface.
42 unsigned long module; /* kernel addresses */
73 int size; /* size of module in pages */
74 unsigned long addr; /* address of module */
87 /* For sizeof() which are related to the module platform and not to the
133 struct module
135 unsigned tgt_long size_of_struct; /* == sizeof(module) */
157 unsigned tgt_long read_start; /* Read data from existing module */
176 /* Bits of module.flags. */
184 int sys_init_module(char const * name, const struct module *);
202 /* In safe mode the last parameter is forced to be a module name and meta
207 #endif /* module.h */