xref: /openbmc/linux/kernel/smpboot.h (revision 38498a67)
1 #ifndef SMPBOOT_H
2 #define SMPBOOT_H
3 
4 int smpboot_prepare(unsigned int cpu);
5 
6 #endif
7