9 lines
109 B
C
9 lines
109 B
C
|
/* Public domain. */
|
||
|
|
||
|
#ifndef _LINUX_KALLSYMS_H
|
||
|
#define _LINUX_KALLSYMS_H
|
||
|
|
||
|
#include <linux/module.h>
|
||
|
|
||
|
#endif
|