mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-16 01:31:42 +00:00
Update Fex header
This commit is contained in:
2
Fex.hpp
2
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
|
||||
{
|
||||
|
Reference in New Issue
Block a user