17 lines
431 B
C
17 lines
431 B
C
/**
|
|
* PROJECT: ExectOS
|
|
* COPYRIGHT: See COPYING.md in the top level directory
|
|
* FILE: xtoskrnl/includes/kepfuncs.h
|
|
* DESCRIPTION: Private routine definitions for kernel services
|
|
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
|
*/
|
|
|
|
#ifndef __XTOSKRNL_KEPFUNCS_H
|
|
#define __XTOSKRNL_KEPFUNCS_H
|
|
|
|
#include <xtos.h>
|
|
#include ARCH_HEADER(kepfuncs.h)
|
|
|
|
|
|
#endif /* __XTOSKRNL_KEPFUNCS_H */
|