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:
parent
0d0f9437c1
commit
0ff7c1282f
2 changed files with 0 additions and 16 deletions
|
@ -5,8 +5,6 @@
|
|||
#include "panic.h"
|
||||
#include "protected.h"
|
||||
|
||||
#include "module.h"
|
||||
|
||||
#include "tasks.h"
|
||||
#include "elf.h"
|
||||
#include "logger.h"
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue