source:
GPL/trunk/include/linux/kmod.h@
776
| Last change on this file since 776 was 695, checked in by , 4 years ago | |
|---|---|
| File size: 240 bytes | |
| Line | |
|---|---|
| 1 | /* $Id: kmod.h,v 1.1.1.1 2003/07/02 13:57:00 eleph Exp $ */ |
| 2 | |
| 3 | #ifndef _LINUX_KMOD_H |
| 4 | #define _LINUX_KMOD_H |
| 5 | #include <asm/errno.h> |
| 6 | static inline int request_module(const char *name, ...) { return -ENOSYS; } |
| 7 | |
| 8 | #endif /* _LINUX_KMOD_H */ |
Note:
See TracBrowser
for help on using the repository browser.
