exectos/xtoskrnl/includes/ar.h
belliash 3f520c8e0f
All checks were successful
Builds / ExectOS (i686) (push) Successful in 30s
Builds / ExectOS (amd64) (push) Successful in 27s
Rename xtoskrnl headers
2023-10-28 22:35:33 +02:00

16 lines
379 B
C

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