mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
rename include to lkmc
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include <linux/printk.h> /* printk */
|
||||
#include <linux/uaccess.h> /* copy_from_user */
|
||||
|
||||
#include "../include/anonymous_inode.h"
|
||||
#include <lkmc/anonymous_inode.h>
|
||||
|
||||
static struct dentry *debugfs_file;
|
||||
static u32 myval = 1;
|
||||
|
||||
Reference in New Issue
Block a user