summaryrefslogtreecommitdiffstats
path: root/include/linux/cpuhotplug.h
blob: d55c9e64acd726b9314f735b0d59ff4621bcb016 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __CPUHOTPLUG_H
#define __CPUHOTPLUG_H

enum cpuhp_state {
	CPUHP_OFFLINE,
	CPUHP_CREATE_THREADS,
	CPUHP_NOTIFY_PREPARE,
	CPUHP_BRINGUP_CPU,
	CPUHP_NOTIFY_ONLINE,
	CPUHP_ONLINE,
};

#endif