mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
9 lines
175 B
ArmAsm
9 lines
175 B
ArmAsm
/* Please don't do anything, including crashing.
|
|
* https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly
|
|
*/
|
|
|
|
#include "common.h"
|
|
|
|
LKMC_ENTRY
|
|
LKMC_EXIT
|