XTDK contains headers uniquely identified

This commit is contained in:
Rafal Kupiec 2023-01-05 23:28:29 +01:00
parent 3250ad67aa
commit 712de4e4e4
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
21 changed files with 62 additions and 60 deletions

View File

@ -9,9 +9,10 @@
#ifndef __XTDK_AMD64_HLFUNCS_H #ifndef __XTDK_AMD64_HLFUNCS_H
#define __XTDK_AMD64_HLFUNCS_H #define __XTDK_AMD64_HLFUNCS_H
#include "xtdefs.h" #include <xtdefs.h>
#include "xtstruct.h" #include <xtstruct.h>
#include "xttypes.h" #include <xttypes.h>
#include <amd64/xtstruct.h>
/* I/O port addresses for COM ports */ /* I/O port addresses for COM ports */

View File

@ -9,9 +9,9 @@
#ifndef __XTDK_AMD64_HLTYPES_H #ifndef __XTDK_AMD64_HLTYPES_H
#define __XTDK_AMD64_HLTYPES_H #define __XTDK_AMD64_HLTYPES_H
#include "xtdefs.h" #include <xtdefs.h>
#include "xtstruct.h" #include <xtstruct.h>
#include "xttypes.h" #include <xttypes.h>
/* Serial port I/O addresses */ /* Serial port I/O addresses */

View File

@ -9,7 +9,7 @@
#ifndef __XTDK_AMD64_MMTYPES_H #ifndef __XTDK_AMD64_MMTYPES_H
#define __XTDK_AMD64_MMTYPES_H #define __XTDK_AMD64_MMTYPES_H
#include "xtbase.h" #include <xtbase.h>
/* Page Table entry structure definition */ /* Page Table entry structure definition */

View File

@ -9,9 +9,9 @@
#ifndef __XTDK_HLFUNCS_H #ifndef __XTDK_HLFUNCS_H
#define __XTDK_HLFUNCS_H #define __XTDK_HLFUNCS_H
#include "xtdefs.h" #include <xtdefs.h>
#include "xtstruct.h" #include <xtstruct.h>
#include "xttypes.h" #include <xttypes.h>
/* I/O port addresses for COM ports */ /* I/O port addresses for COM ports */

View File

@ -9,7 +9,7 @@
#ifndef __XTDK_HLTYPES_H #ifndef __XTDK_HLTYPES_H
#define __XTDK_HLTYPES_H #define __XTDK_HLTYPES_H
#include "xttypes.h" #include <xttypes.h>
/* Default serial port settings */ /* Default serial port settings */

View File

@ -9,9 +9,10 @@
#ifndef __XTDK_I686_HLFUNCS_H #ifndef __XTDK_I686_HLFUNCS_H
#define __XTDK_I686_HLFUNCS_H #define __XTDK_I686_HLFUNCS_H
#include "xtdefs.h" #include <xtdefs.h>
#include "xtstruct.h" #include <xtstruct.h>
#include "xttypes.h" #include <xttypes.h>
#include <i686/xtstruct.h>
/* I/O port addresses for COM ports */ /* I/O port addresses for COM ports */

View File

@ -9,9 +9,9 @@
#ifndef __XTDK_I686_HLTYPES_H #ifndef __XTDK_I686_HLTYPES_H
#define __XTDK_I686_HLTYPES_H #define __XTDK_I686_HLTYPES_H
#include "xtdefs.h" #include <xtdefs.h>
#include "xtstruct.h" #include <xtstruct.h>
#include "xttypes.h" #include <xttypes.h>
/* Serial port I/O addresses */ /* Serial port I/O addresses */

View File

@ -9,7 +9,7 @@
#ifndef __XTDK_I686_MMTYPES_H #ifndef __XTDK_I686_MMTYPES_H
#define __XTDK_I686_MMTYPES_H #define __XTDK_I686_MMTYPES_H
#include "xtbase.h" #include <xtbase.h>
/* Page Table entry structure definition (with PAE support) */ /* Page Table entry structure definition (with PAE support) */

View File

@ -9,7 +9,7 @@
#ifndef __XTDK_IOTYPES_H #ifndef __XTDK_IOTYPES_H
#define __XTDK_IOTYPES_H #define __XTDK_IOTYPES_H
#include "xttypes.h" #include <xttypes.h>
/* Number of PCI base address registers */ /* Number of PCI base address registers */

View File

@ -9,9 +9,9 @@
#ifndef __XTDK_KEFUNCS_H #ifndef __XTDK_KEFUNCS_H
#define __XTDK_KEFUNCS_H #define __XTDK_KEFUNCS_H
#include "xtdefs.h" #include <xtdefs.h>
#include "xtstruct.h" #include <xtstruct.h>
#include "xttypes.h" #include <xttypes.h>
/* Kernel services routines forward references */ /* Kernel services routines forward references */

View File

@ -9,7 +9,7 @@
#ifndef __XTDK_LDRTYPES_H #ifndef __XTDK_LDRTYPES_H
#define __XTDK_LDRTYPES_H #define __XTDK_LDRTYPES_H
#include "xtbase.h" #include <xtbase.h>
/* Loader Data Table Entry Flags */ /* Loader Data Table Entry Flags */

View File

@ -9,9 +9,9 @@
#ifndef __XTDK_RTLFUNCS_H #ifndef __XTDK_RTLFUNCS_H
#define __XTDK_RTLFUNCS_H #define __XTDK_RTLFUNCS_H
#include "xtdefs.h" #include <xtdefs.h>
#include "xtstruct.h" #include <xtstruct.h>
#include "xttypes.h" #include <xttypes.h>
XTAPI XTAPI

View File

@ -9,7 +9,7 @@
#ifndef __XTDK_RTLTYPES_H #ifndef __XTDK_RTLTYPES_H
#define __XTDK_RTLTYPES_H #define __XTDK_RTLTYPES_H
#include "xttypes.h" #include <xttypes.h>
/* UUID string lengths */ /* UUID string lengths */

View File

@ -9,9 +9,9 @@
#ifndef __XTDK_XTBASE_H #ifndef __XTDK_XTBASE_H
#define __XTDK_XTBASE_H #define __XTDK_XTBASE_H
#include "xtdefs.h" #include <xtdefs.h>
#include "xtstruct.h" #include <xtstruct.h>
#include "xttypes.h" #include <xttypes.h>
/* 128-bit buffer containing a unique identifier value */ /* 128-bit buffer containing a unique identifier value */

View File

@ -9,8 +9,8 @@
#ifndef __XTDK_XTFW_H #ifndef __XTDK_XTFW_H
#define __XTDK_XTFW_H #define __XTDK_XTFW_H
#include "xtbase.h" #include <xtbase.h>
#include "xttypes.h" #include <xttypes.h>
/* Version number of the current kernel initialization block */ /* Version number of the current kernel initialization block */

View File

@ -9,7 +9,7 @@
#ifndef __XTDK_XTGLYPH_H #ifndef __XTDK_XTGLYPH_H
#define __XTDK_XTGLYPH_H #define __XTDK_XTGLYPH_H
#include "xttypes.h" #include <xttypes.h>
CHAR XTGLYPH_EXECTOS_LOGO[] = CHAR XTGLYPH_EXECTOS_LOGO[] =

View File

@ -9,10 +9,10 @@
#ifndef __XTDK_XTIMAGE_H #ifndef __XTDK_XTIMAGE_H
#define __XTDK_XTIMAGE_H #define __XTDK_XTIMAGE_H
#include "xtdefs.h" #include <xtdefs.h>
#include "xtfw.h" #include <xtfw.h>
#include "xtstruct.h" #include <xtstruct.h>
#include "xttypes.h" #include <xttypes.h>
/* PE/COFF file image signatures */ /* PE/COFF file image signatures */

View File

@ -7,29 +7,29 @@
*/ */
/* Base XT headers */ /* Base XT headers */
#include "xttarget.h" #include <xttarget.h>
#include "xttypes.h" #include <xttypes.h>
#include "xtdefs.h" #include <xtdefs.h>
#include "xtstatus.h" #include <xtstatus.h>
/* XT forward references */ /* XT forward references */
#include "xtstruct.h" #include <xtstruct.h>
/* Architecture-specific XT forward references */ /* Architecture-specific XT forward references */
#include ARCH_HEADER(xtstruct.h) #include ARCH_HEADER(xtstruct.h)
/* Architecture-independent XT API */ /* Architecture-independent XT API */
#include "xtbase.h" #include <xtbase.h>
#include "xtdebug.h" #include <xtdebug.h>
#include "xtimage.h" #include <xtimage.h>
#include "xtuefi.h" #include <xtuefi.h>
#include "xtfw.h" #include <xtfw.h>
/* Low level data types headers */ /* Low level data types headers */
#include "rtltypes.h" #include <rtltypes.h>
#include "ldrtypes.h" #include <ldrtypes.h>
#include "hltypes.h" #include <hltypes.h>
#include "iotypes.h" #include <iotypes.h>
/* Architecture-specific low level data types headers */ /* Architecture-specific low level data types headers */
#include ARCH_HEADER(hltypes.h) #include ARCH_HEADER(hltypes.h)
@ -37,9 +37,9 @@
#include ARCH_HEADER(mmtypes.h) #include ARCH_HEADER(mmtypes.h)
/* XT routines */ /* XT routines */
#include "hlfuncs.h" #include <hlfuncs.h>
#include "kefuncs.h" #include <kefuncs.h>
#include "rtlfuncs.h" #include <rtlfuncs.h>
/* Architecture specific XT routines*/ /* Architecture specific XT routines*/
#include ARCH_HEADER(hlfuncs.h) #include ARCH_HEADER(hlfuncs.h)

View File

@ -9,7 +9,7 @@
#ifndef __XTDK_XTSTRUCT_H #ifndef __XTDK_XTSTRUCT_H
#define __XTDK_XTSTRUCT_H #define __XTDK_XTSTRUCT_H
#include "xtdefs.h" #include <xtdefs.h>
/* Structures forward references */ /* Structures forward references */

View File

@ -9,7 +9,7 @@
#ifndef __XTDK_XTTYPES_H #ifndef __XTDK_XTTYPES_H
#define __XTDK_XTTYPES_H #define __XTDK_XTTYPES_H
#include "xttarget.h" #include <xttarget.h>
/* Standard C types */ /* Standard C types */

View File

@ -9,10 +9,10 @@
#ifndef __XTDK_XTUEFI_H #ifndef __XTDK_XTUEFI_H
#define __XTDK_XTUEFI_H #define __XTDK_XTUEFI_H
#include "xtbase.h" #include <xtbase.h>
#include "xtdefs.h" #include <xtdefs.h>
#include "xttypes.h" #include <xttypes.h>
#include "xtstruct.h" #include <xtstruct.h>
/* EFI service signatures */ /* EFI service signatures */