16 lines
407 B
C
16 lines
407 B
C
/**
|
|
* PROJECT: ExectOS
|
|
* COPYRIGHT: See COPYING.md in the top level directory
|
|
* FILE: xtoskrnl/includes/xtos.h
|
|
* DESCRIPTION: Top level header for the XT kernel
|
|
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
|
*/
|
|
|
|
/* XT Development Kit */
|
|
#include <xtkmapi.h>
|
|
|
|
/* Kernel specific headers */
|
|
#include "globals.h"
|
|
#include "arpfuncs.h"
|
|
#include "kepfuncs.h"
|