mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-30 13:24:27 +01:00
userland: scope every header identifier with lkmc_
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
#include "common.h"
|
||||
|
||||
ENTRY
|
||||
LKMC_ENTRY
|
||||
ldr x0, =0x123456789ABCDEF0
|
||||
movn x0, 0x8888, lsl 16
|
||||
ASSERT_EQ(x0, 0xFFFFFFFF7777FFFF)
|
||||
EXIT
|
||||
LKMC_ASSERT_EQ(x0, 0xFFFFFFFF7777FFFF)
|
||||
LKMC_EXIT
|
||||
|
||||
Reference in New Issue
Block a user