mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 12:34:26 +01:00
rename include to lkmc
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <include/ring0.h>
|
||||
#include <lkmc/ring0.h>
|
||||
|
||||
int main(void) {
|
||||
LkmcRing0Regs ring0_regs;
|
||||
|
||||
Reference in New Issue
Block a user