search for: _sys_module_h

Displaying 2 results from an estimated 2 matches for "_sys_module_h".

2003 Nov 26
1
[PATCH] use 2.6 module syscalls in klibc
.../include/sys/module.h Wed Oct 22 19:37:30 2003 +++ klibc/klibc/include/sys/module.h Wed Nov 26 16:28:41 2003 @@ -1,158 +0,0 @@ -/* - * sys/module.h - * - * This is a bastardized version of linux/module.h, since the latter - * doesn't have __KERNEL__ guards where it needs them... - */ - -#ifndef _SYS_MODULE_H -#define _SYS_MODULE_H - -/* - * Dynamic loading of modules into the kernel. - * - * Rewritten by Richard Henderson <rth@tamu.edu> Dec 1996 - */ - -#include <asm/atomic.h> - -/* Don't need to bring in all of uaccess.h just for this decl. */ -struct exception_table_entry; - -/* Used...
2002 Dec 23
1
klibc insmod for recent kernels
...1.000000000 +0200 +++ klibc-0.70+nooldmodules/klibc/include/sys/module.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,158 +0,0 @@ -/* - * sys/module.h - * - * This is a bastardized version of linux/module.h, since the latter - * doesn't have __KERNEL__ guards where it needs them... - */ - -#ifndef _SYS_MODULE_H -#define _SYS_MODULE_H - -/* - * Dynamic loading of modules into the kernel. - * - * Rewritten by Richard Henderson <rth@tamu.edu> Dec 1996 - */ - -#include <asm/atomic.h> - -/* Don't need to bring in all of uaccess.h just for this decl. */ -struct exception_table_entry; - -/* Used...