aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/idle.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/idle.h')
-rw-r--r--include/asm-x86/idle.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/asm-x86/idle.h b/include/asm-x86/idle.h
deleted file mode 100644
index 32227f0188dd..000000000000
--- a/include/asm-x86/idle.h
+++ /dev/null
@@ -1,16 +0,0 @@
1#ifndef ASM_X86__IDLE_H
2#define ASM_X86__IDLE_H
3
4#define IDLE_START 1
5#define IDLE_END 2
6
7struct notifier_block;
8void idle_notifier_register(struct notifier_block *n);
9void idle_notifier_unregister(struct notifier_block *n);
10
11void enter_idle(void);
12void exit_idle(void);
13
14void c1e_remove_cpu(int cpu);
15
16#endif /* ASM_X86__IDLE_H */