XTDK contains headers uniquely identified
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-01-05 23:28:29 +01:00
parent 3250ad67aa
commit 712de4e4e4
21 changed files with 62 additions and 60 deletions

View File

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

View File

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

View File

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