1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-11-20 11:16:10 -05:00

Remove unnecessary code

This commit is contained in:
Alex Kotov 2020-12-01 23:54:35 +05:00
parent 0d0f9437c1
commit 0ff7c1282f
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
2 changed files with 0 additions and 16 deletions

View file

@ -5,8 +5,6 @@
#include "panic.h"
#include "protected.h"
#include "module.h"
#include "tasks.h"
#include "elf.h"
#include "logger.h"

View file

@ -1,14 +0,0 @@
#ifndef KERNELMQ_INCLUDED_MODULE
#define KERNELMQ_INCLUDED_MODULE 1
#ifdef __cplusplus
extern "C" {
#endif
typedef void(*KernelMQ_Module_Function)();
#ifdef __cplusplus
}
#endif
#endif