mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
11 lines
152 B
ArmAsm
11 lines
152 B
ArmAsm
/* https://github.com/cirosantilli/linux-kernel-module-cheat#arm-udf-instruction */
|
|
|
|
#include "common.h"
|
|
|
|
ENTRY
|
|
.long 0
|
|
#if 0
|
|
udf 0
|
|
#endif
|
|
EXIT
|