mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-09 14:29:17 +00:00
Changed a lot of files. Summary: profiler support; "SafeFunction"; UnlockDeadLock kernel config; Code optimization & more
This commit is contained in:
10
Core/Driver/api.hpp
Normal file
10
Core/Driver/api.hpp
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef __FENNIX_KERNEL_DRIVER_API_H__
|
||||
#define __FENNIX_KERNEL_DRIVER_API_H__
|
||||
|
||||
#include <types.h>
|
||||
|
||||
#include "../../DAPI.hpp"
|
||||
|
||||
extern KernelAPI KAPI;
|
||||
|
||||
#endif // !__FENNIX_KERNEL_DRIVER_API_H__
|
Reference in New Issue
Block a user