exectos/xtoskrnl/includes/kepfuncs.h
belliash b43afac326
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Cleanup definitions in kernel headers
2023-02-11 22:26:13 +01:00

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