mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 20:44:26 +01:00
userland: scope every header identifier with lkmc_
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
#include "common.h"
|
||||
|
||||
ENTRY
|
||||
LKMC_ENTRY
|
||||
/* 2 * 3 = 6 */
|
||||
mov r0, 0
|
||||
mov r1, 2
|
||||
mov r2, 3
|
||||
mul r1, r2
|
||||
ASSERT_EQ(r1, 6)
|
||||
EXIT
|
||||
LKMC_ASSERT_EQ(r1, 6)
|
||||
LKMC_EXIT
|
||||
|
||||
Reference in New Issue
Block a user