mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 03:01:36 +01:00
They were just duplicating stuff needlessly while we don't support non-native in-tree builds, which leads to executable conflicts for C file anyways.
10 lines
162 B
ArmAsm
10 lines
162 B
ArmAsm
/* See what happens on test failure.
|
|
* https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly
|
|
*/
|
|
|
|
#include "common.h"
|
|
|
|
ENTRY
|
|
FAIL
|
|
EXIT
|