mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
11 lines
160 B
ArmAsm
11 lines
160 B
ArmAsm
/* https://cirosantilli.com/linux-kernel-module-cheat#arm-udf-instruction */
|
|
|
|
#include <lkmc.h>
|
|
|
|
LKMC_PROLOGUE
|
|
.long 0
|
|
#if 0
|
|
udf 0
|
|
#endif
|
|
LKMC_EPILOGUE
|