blob: d88e77165086d6baf76e692b1067236499014cec [file] [log] [blame]
Thomas Gleixner38498a62012-04-20 13:05:44 +00001#ifndef SMPBOOT_H
2#define SMPBOOT_H
3
4int smpboot_prepare(unsigned int cpu);
5
6#endif