mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 11:11:35 +01:00
10 lines
172 B
ArmAsm
10 lines
172 B
ArmAsm
/* See what happens on test failure with FAIL.
|
|
* https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly
|
|
*/
|
|
|
|
#include "common.h"
|
|
|
|
ENTRY
|
|
FAIL
|
|
EXIT
|