CS350 COS
COS
Loading...
Searching...
No Matches
kconfig.h
Go to the documentation of this file.
1/*
2 * Compile Time Kernel Configuration Options
3 */
4
5#ifndef __KCONFIG_H__
6#define __KCONFIG_H__
7
8#define MAX_CPUS 16
9
10#endif /* __KCONFIG_H__ */
11