AR subsystem is architecture dependant, thus there should be no generic routines
This commit is contained in:
parent
d55946c3cf
commit
598b34acf7
@ -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 */
|
@ -14,7 +14,6 @@
|
||||
|
||||
/* Kernel specific headers */
|
||||
#include "globals.h"
|
||||
#include "ar.h"
|
||||
#include "hl.h"
|
||||
#include "ke.h"
|
||||
#include "po.h"
|
||||
|
Loading…
Reference in New Issue
Block a user