mirror of
https://github.com/tailix/kernel.git
synced 2025-09-11 22:53:08 -04: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 "panic.h"
|
||||||
#include "protected.h"
|
#include "protected.h"
|
||||||
|
|
||||||
#include "module.h"
|
|
||||||
|
|
||||||
#include "tasks.h"
|
#include "tasks.h"
|
||||||
#include "elf.h"
|
#include "elf.h"
|
||||||
#include "logger.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…
Add table
Add a link
Reference in a new issue