mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
userland: scope every header identifier with lkmc_
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/* See what happens on test failure with FAIL.
|
||||
/* See what happens on test failure with LKMC_FAIL.
|
||||
* https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
|
||||
ENTRY
|
||||
FAIL
|
||||
EXIT
|
||||
LKMC_ENTRY
|
||||
LKMC_FAIL
|
||||
LKMC_EXIT
|
||||
|
||||
Reference in New Issue
Block a user