mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
8 lines
124 B
ArmAsm
8 lines
124 B
ArmAsm
/* MInimal sanity check of the C driver. */
|
|
.text
|
|
.global asm_main
|
|
asm_main:
|
|
asm_main_after_prologue:
|
|
mov w0, 0
|
|
ret
|