kernel: add missing header (#110)

This commit is contained in:
Ylarod
2023-01-24 22:32:16 +08:00
committed by GitHub
parent 1d55c987a6
commit 423f4aaf1f

View File

@@ -1,6 +1,8 @@
#ifndef __KSU_H_ARCH
#define __KSU_H_ARCH
#include <linux/version.h>
#if defined(__aarch64__)
#define __PT_PARM1_REG regs[0]