mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-27 23:14:38 +00:00
Update Fex header
This commit is contained in:
parent
bff3cb04a0
commit
958e4c792e
2
Fex.hpp
2
Fex.hpp
@ -60,6 +60,7 @@ struct Fex
|
|||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
|
|
||||||
union KernelCallback;
|
union KernelCallback;
|
||||||
|
union CPURegisters;
|
||||||
|
|
||||||
struct FexExtended
|
struct FexExtended
|
||||||
{
|
{
|
||||||
@ -75,6 +76,7 @@ struct FexExtended
|
|||||||
enum FexDriverInputTypes TypeFlags : 4;
|
enum FexDriverInputTypes TypeFlags : 4;
|
||||||
bool OverrideOnConflict : 1;
|
bool OverrideOnConflict : 1;
|
||||||
int (*Callback)(union KernelCallback *);
|
int (*Callback)(union KernelCallback *);
|
||||||
|
int (*InterruptCallback)(union CPURegisters *);
|
||||||
|
|
||||||
struct DriverBind
|
struct DriverBind
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user