NJU-ProjectN/nanos-lite 2a141760e31be246a7316942293a97873925bc2f Makefile: use header files in newlib-navy
16 lines
280 B
C
16 lines
280 B
C
#ifndef __COMMON_H__
|
|
#define __COMMON_H__
|
|
|
|
/* Uncomment these macros to enable corresponding functionality. */
|
|
//#define HAS_CTE
|
|
//#define HAS_VME
|
|
//#define MULTIPROGRAM
|
|
//#define TIME_SHARING
|
|
|
|
#include <am.h>
|
|
#include <klib.h>
|
|
#include <klib-macros.h>
|
|
#include <debug.h>
|
|
|
|
#endif
|