udf.S 160 B

1234567891011
  1. /* https://cirosantilli.com/linux-kernel-module-cheat#arm-udf-instruction */
  2. #include <lkmc.h>
  3. LKMC_PROLOGUE
  4. .long 0
  5. #if 0
  6. udf 0
  7. #endif
  8. LKMC_EPILOGUE