AR subsystem is architecture dependant, thus there should be no generic routines
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 35s
Builds / ExectOS (i686) (push) Successful in 28s

This commit is contained in:
Rafal Kupiec 2023-10-28 23:08:08 +02:00
parent d55946c3cf
commit 598b34acf7
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
2 changed files with 0 additions and 16 deletions

View File

@ -1,15 +0,0 @@
/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/includes/ar.h
* DESCRIPTION: Private routine definitions for architecture library
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#ifndef __XTOSKRNL_AR_H
#define __XTOSKRNL_AR_H
#include <xtos.h>
#endif /* __XTOSKRNL_AR_H */

View File

@ -14,7 +14,6 @@
/* Kernel specific headers */
#include "globals.h"
#include "ar.h"
#include "hl.h"
#include "ke.h"
#include "po.h"