mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
factor out baremetal aarch64 dump_regs.c for kernel module usage
Create dump-regs section.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Dump registers that cannot be read from EL0. */
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#dump-regs */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
Reference in New Issue
Block a user