OpenSS7
SS7 for the
Common Man

© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved.
Last modified:

Home Overview Status News Documentation Resources About
   
 Overview
 Status
 News
 Documentation
 Resources
 About

   
Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> usr/include/linux/kmod.h


File /code/usr/include/linux/kmod.h

#ifndef __LINUX_KMOD_H__
#define __LINUX_KMOD_H__



#include <linux/config.h>
#include <linux/errno.h>

#ifdef CONFIG_KMOD
extern int request_module(const char * name);
#else
static inline int request_module(const char * name) { return -ENOSYS; }
#endif

extern int exec_usermodehelper(char *program_path, char *argv[], char *envp[]);
extern int call_usermodehelper(char *path, char *argv[], char *envp[]);

#ifdef CONFIG_HOTPLUG
extern char hotplug_path [];
#endif
extern void dev_probe_lock(void);
extern void dev_probe_unlock(void);

#endif /* __LINUX_KMOD_H__ */


Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> usr/include/linux/kmod.h

OpenSS7
SS7 for the
Common Man
Home Overview Status News Documentation Resources About

© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved.
Last modified: