XTDK contains headers uniquely identified
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@@ -7,29 +7,29 @@
|
||||
*/
|
||||
|
||||
/* Base XT headers */
|
||||
#include "xttarget.h"
|
||||
#include "xttypes.h"
|
||||
#include "xtdefs.h"
|
||||
#include "xtstatus.h"
|
||||
#include <xttarget.h>
|
||||
#include <xttypes.h>
|
||||
#include <xtdefs.h>
|
||||
#include <xtstatus.h>
|
||||
|
||||
/* XT forward references */
|
||||
#include "xtstruct.h"
|
||||
#include <xtstruct.h>
|
||||
|
||||
/* Architecture-specific XT forward references */
|
||||
#include ARCH_HEADER(xtstruct.h)
|
||||
|
||||
/* Architecture-independent XT API */
|
||||
#include "xtbase.h"
|
||||
#include "xtdebug.h"
|
||||
#include "xtimage.h"
|
||||
#include "xtuefi.h"
|
||||
#include "xtfw.h"
|
||||
#include <xtbase.h>
|
||||
#include <xtdebug.h>
|
||||
#include <xtimage.h>
|
||||
#include <xtuefi.h>
|
||||
#include <xtfw.h>
|
||||
|
||||
/* Low level data types headers */
|
||||
#include "rtltypes.h"
|
||||
#include "ldrtypes.h"
|
||||
#include "hltypes.h"
|
||||
#include "iotypes.h"
|
||||
#include <rtltypes.h>
|
||||
#include <ldrtypes.h>
|
||||
#include <hltypes.h>
|
||||
#include <iotypes.h>
|
||||
|
||||
/* Architecture-specific low level data types headers */
|
||||
#include ARCH_HEADER(hltypes.h)
|
||||
@@ -37,9 +37,9 @@
|
||||
#include ARCH_HEADER(mmtypes.h)
|
||||
|
||||
/* XT routines */
|
||||
#include "hlfuncs.h"
|
||||
#include "kefuncs.h"
|
||||
#include "rtlfuncs.h"
|
||||
#include <hlfuncs.h>
|
||||
#include <kefuncs.h>
|
||||
#include <rtlfuncs.h>
|
||||
|
||||
/* Architecture specific XT routines*/
|
||||
#include ARCH_HEADER(hlfuncs.h)
|
||||
|
Reference in New Issue
Block a user