cpu/hotplug: Convert to a state machine for the control processor
[deliverable/linux.git] / include / linux / cpuhotplug.h
CommitLineData
cff7d378
TG
1#ifndef __CPUHOTPLUG_H
2#define __CPUHOTPLUG_H
3
4enum cpuhp_state {
5 CPUHP_OFFLINE,
6 CPUHP_CREATE_THREADS,
7 CPUHP_NOTIFY_PREPARE,
8 CPUHP_BRINGUP_CPU,
9 CPUHP_NOTIFY_ONLINE,
10 CPUHP_ONLINE,
11};
12
13#endif
This page took 0.027155 seconds and 5 git commands to generate.