smp: Add generic smpboot facility
[linux-2.6-block.git] / kernel / smpboot.h
CommitLineData
38498a67
TG
1#ifndef SMPBOOT_H
2#define SMPBOOT_H
3
4int smpboot_prepare(unsigned int cpu);
5
6#endif