16 lines
379 B
C
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 */
|