mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-30 00:07:59 +00:00
11 lines
192 B
C++
11 lines
192 B
C++
#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__
|