mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
dump_regs: id_isar6_el1
This commit is contained in:
3
lkmc.h
3
lkmc.h
@@ -47,6 +47,9 @@ void lkmc_assert_memcmp(const void *s1, const void *s2, size_t n, uint32_t line)
|
||||
#define LKMC_CONCAT_EVAL(a,b) a ## b
|
||||
#define LKMC_CONCAT(a,b) LKMC_CONCAT_EVAL(a, b)
|
||||
|
||||
#define LKMC_STRINGIFY_DO(x) #x
|
||||
#define LKMC_STRINGIFY(x) LKMC_STRINGIFY_DO(x)
|
||||
|
||||
#define LKMC_GLOBAL(name) \
|
||||
.global name; \
|
||||
name:
|
||||
|
||||
Reference in New Issue
Block a user