exectos/xtoskrnl/includes/arpfuncs.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
436 B
C

/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/includes/arpfuncs.h
* DESCRIPTION: Private routine definitions for architecture library
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#ifndef __XTOSKRNL_ARPFUNCS_H
#define __XTOSKRNL_ARPFUNCS_H
#include <xtos.h>
#include ARCH_HEADER(arpfuncs.h)
#endif /* __XTOSKRNL_ARPFUNCS_H */