mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-30 05:24:25 +01:00
userland: scope every header identifier with lkmc_
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
#include "common.h"
|
||||
|
||||
ENTRY
|
||||
LKMC_ENTRY
|
||||
mov $1, %rax
|
||||
add $2, %rax
|
||||
ASSERT_EQ(%rax, $3)
|
||||
EXIT
|
||||
LKMC_ASSERT_EQ(%rax, $3)
|
||||
LKMC_EXIT
|
||||
|
||||
Reference in New Issue
Block a user