sandbox/misc/kf/linux.h

12 lines
180 B
C
Raw Normal View History

2018-02-21 20:25:03 +00:00
#ifndef __KF_LINUX_H__
#define __KF_LINUX_H__
#include <stdint.h>
// build support for linux
#include "io-linux.h"
constexpr uint8_t STACK_SIZE = 128;
#endif // __KF_LINUX_H__