mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 04:54:27 +01:00
9 lines
119 B
ArmAsm
9 lines
119 B
ArmAsm
#include <lkmc.h>
|
|
|
|
LKMC_PROLOGUE
|
|
mov r0, 1
|
|
/* test-gdb-r0 */
|
|
mov r1, 2
|
|
/* test-gdb-r1 */
|
|
LKMC_EPILOGUE
|