mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
9 lines
165 B
ArmAsm
9 lines
165 B
ArmAsm
/* Please don't do anything, including crashing.
|
|
* https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly
|
|
*/
|
|
|
|
#include "common.h"
|
|
|
|
ENTRY
|
|
EXIT
|