2018-02-22 19:38:27 +00:00
|
|
|
#ifndef __KF_LINUX_DEFS_H__
|
|
|
|
#define __KF_LINUX_DEFS_H__
|
|
|
|
|
|
|
|
#include <stddef.h>
|
2018-02-23 17:07:12 +00:00
|
|
|
#include <stdint.h>
|
2018-02-22 19:38:27 +00:00
|
|
|
|
2018-02-24 03:19:29 +00:00
|
|
|
typedef int32_t KF_INT;
|
|
|
|
constexpr uint8_t STACK_SIZE = 128;
|
|
|
|
|
2018-02-22 19:38:27 +00:00
|
|
|
#endif
|