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