Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.15-rc8 6 lines 120 B view raw
1#ifndef _LIBLOCKDEP_LINUX_MODULE_H_ 2#define _LIBLOCKDEP_LINUX_MODULE_H_ 3 4#define module_param(name, type, perm) 5 6#endif