AR subsystem is architecture dependant, thus there should be no generic routines
Alle checks waren succesvol
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
bovenliggende d55946c3cf
commit 598b34acf7
Getekend door: belliash
GPG sleutel-ID: 4E829243E0CFE6B4
2 gewijzigde bestanden met toevoegingen van 0 en 16 verwijderingen

Bestand weergeven

@ -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 */

Bestand weergeven

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