mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-24 10:41:35 +01:00
10 lines
192 B
ArmAsm
10 lines
192 B
ArmAsm
/* See what happens on test failure with LKMC_FAIL.
|
|
* https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly
|
|
*/
|
|
|
|
#include "common.h"
|
|
|
|
LKMC_ENTRY
|
|
LKMC_FAIL
|
|
LKMC_EXIT
|