]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - include/linux/cpuhotplug.h
cpu/hotplug: Convert to a state machine for the control processor
[mirror_ubuntu-zesty-kernel.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