sandbox/misc/kforth/v1/linux.h

11 lines
144 B
C
Raw Normal View History

2018-02-22 19:38:27 +00:00
#ifndef __KF_LINUX_H__
#define __KF_LINUX_H__
#include <stdint.h>
// build support for linux
#include "linux/io.h"
#endif // __KF_LINUX_H__