mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 12:34:26 +01:00
file_write_read.c: move from cpp-cheat
Improve README C section with example tree.
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
LKMC_PROLOGUE
|
||||
mov $3, %rax
|
||||
dec %rax
|
||||
LKMC_ASSERT_EQ_32(%rax, $2)
|
||||
LKMC_ASSERT_EQ(%rax, $2)
|
||||
LKMC_EPILOGUE
|
||||
|
||||
Reference in New Issue
Block a user