blob: 4e45c46bd91db4909c9a8d3636d94318cf6be909 [file] [log] [blame]
#ifndef _SMP_NODE_H_
#define _SMP_NODE_H_
#if CONFIG_SMP
int boot_cpu(void);
#else
#define boot_cpu(x) 1
#endif
#endif /* _SMP_NODE_H_ */