mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
11 lines
162 B
ArmAsm
11 lines
162 B
ArmAsm
/* https://github.com/cirosantilli/linux-kernel-module-cheat#arm-udf-instruction */
|
|
|
|
#include "common.h"
|
|
|
|
LKMC_ENTRY
|
|
.long 0
|
|
#if 0
|
|
udf 0
|
|
#endif
|
|
LKMC_EXIT
|