mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
12 lines
168 B
ArmAsm
12 lines
168 B
ArmAsm
/* See the aarch64 version. */
|
|
|
|
#include <lkmc.h>
|
|
|
|
LKMC_PROLOGUE
|
|
mov r0, #1
|
|
/* test-gdb-r0 */
|
|
mov r1, #2
|
|
/* test-gdb-r1 */
|
|
mov r0, #0
|
|
LKMC_EPILOGUE
|