Cleanup XTDK and XTOSKRNL headers
所有检测均成功
Builds / ExectOS (amd64) (push) Successful in 30s
Builds / ExectOS (i686) (push) Successful in 28s

这个提交包含在:
2023-10-29 09:58:47 +01:00
父节点 841a6b304b
当前提交 f05a262da2
共有 20 个文件被更改,包括 24 次插入96 次删除

查看文件

@@ -1,16 +0,0 @@
/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: sdk/xtdk/i686/mmfuncs.h
* DESCRIPTION: Memory manager routines specific to i686 architecture
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#ifndef __XTDK_I686_MMFUNCS_H
#define __XTDK_I686_MMFUNCS_H
#include <xtbase.h>
#endif /* __XTDK_I686_MMFUNCS_H */

查看文件

@@ -1,18 +0,0 @@
/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: sdk/xtdk/i686/rtlfuncs.h
* DESCRIPTION: XT runtime library routines specific to i686 architecture
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#ifndef __XTDK_I686_RTLFUNCS_H
#define __XTDK_I686_RTLFUNCS_H
#include <xtdefs.h>
#include <xtstruct.h>
#include <xttypes.h>
#endif /* __XTDK_I686_RTLFUNCS_H */