blob: 4e45c46bd91db4909c9a8d3636d94318cf6be909 [file] [log] [blame]
Kyösti Mälkki5a5c8862014-01-26 14:41:54 +02001#ifndef _SMP_NODE_H_
2#define _SMP_NODE_H_
3
4#if CONFIG_SMP
5int boot_cpu(void);
6#else
7#define boot_cpu(x) 1
8#endif
9
10#endif /* _SMP_NODE_H_ */