mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-29 07:47:59 +00:00
Pointer should have void* as argument
This commit is contained in:
parent
37ff3a71a4
commit
691f19841c
2
Fex.hpp
2
Fex.hpp
@ -48,7 +48,7 @@ struct Fex
|
|||||||
char Magic[4];
|
char Magic[4];
|
||||||
enum FexFormatType Type : 4;
|
enum FexFormatType Type : 4;
|
||||||
enum FexOSType OS : 4;
|
enum FexOSType OS : 4;
|
||||||
int (*Pointer)(struct KernelAPI *);
|
int (*Pointer)(void *);
|
||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
|
|
||||||
struct FexExtended
|
struct FexExtended
|
||||||
|
Loading…
x
Reference in New Issue
Block a user