1
0
şundan çatallanmış xt-sys/exectos

Cleanup XTDK and XTOSKRNL headers

Bu işleme şunda yer alıyor:
2023-10-29 09:58:47 +01:00
ebeveyn 841a6b304b
işleme f05a262da2
20 değiştirilmiş dosya ile 24 ekleme ve 96 silme

Dosyayı Görüntüle

@@ -2,7 +2,7 @@
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/includes/i686/ar.h
* DESCRIPTION: Private i686 routine definitions for architecture library
* DESCRIPTION: I686 architecture library routines
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
@@ -12,6 +12,7 @@
#include <xtos.h>
/* I686 architecture library routines forward references */
XTCDECL
VOID
ArClearInterruptFlag();

Dosyayı Görüntüle

@@ -2,7 +2,7 @@
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/includes/i686/ke.h
* DESCRIPTION: Private i686 routine definitions for kernel services
* DESCRIPTION: XTOS kernel services routine definitions specific to i686 architecture
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
@@ -12,6 +12,7 @@
#include <xtos.h>
/* I686 specific Kernel services routines forward references */
XTAPI
PKPROCESSOR_BLOCK
KeGetCurrentProcessorBlock(VOID);

Dosyayı Görüntüle

@@ -12,6 +12,7 @@
#include <xtos.h>
/* I686 Memory Manager routines forward references */
XTFASTCALL
VOID
MmZeroPages(IN PVOID Address,

Dosyayı Görüntüle

@@ -12,6 +12,7 @@
#include <xtos.h>
/* Runtime Library routines specific to I686 forward references */
XTAPI
VOID
RtlGetStackLimits(OUT PULONG_PTR StackBase,