mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
10 lines
204 B
ArmAsm
10 lines
204 B
ArmAsm
/* See what happens on test failure with LKMC_ASSERT_FAIL.
|
|
* https://cirosantilli.com/linux-kernel-module-cheat#userland-assembly
|
|
*/
|
|
|
|
#include <lkmc.h>
|
|
|
|
LKMC_PROLOGUE
|
|
LKMC_ASSERT_FAIL
|
|
LKMC_EPILOGUE
|