metal-cos/sys/include/kconfig.h
2014-02-12 13:47:13 -08:00

12 lines
154 B
C

/*
* Compile Time Kernel Configuration Options
*/
#ifndef __KCONFIG_H__
#define __KCONFIG_H__
#define MAX_CPUS 16
#endif /* __KCONFIG_H__ */