From 958e4c792e929ba389a99a8f3389fa2a764e14fb Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 23 Mar 2023 20:46:28 +0200 Subject: [PATCH] Update Fex header --- Fex.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Fex.hpp b/Fex.hpp index 26209e7a..fda0eaa0 100644 --- a/Fex.hpp +++ b/Fex.hpp @@ -60,6 +60,7 @@ struct Fex } __attribute__((packed)); union KernelCallback; +union CPURegisters; struct FexExtended { @@ -75,6 +76,7 @@ struct FexExtended enum FexDriverInputTypes TypeFlags : 4; bool OverrideOnConflict : 1; int (*Callback)(union KernelCallback *); + int (*InterruptCallback)(union CPURegisters *); struct DriverBind {