aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/idle.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/idle.h')
-rw-r--r--include/asm-i386/idle.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/asm-i386/idle.h b/include/asm-i386/idle.h
new file mode 100644
index 000000000000..87ab93911199
--- /dev/null
+++ b/include/asm-i386/idle.h
@@ -0,0 +1,14 @@
1#ifndef _ASM_I386_IDLE_H
2#define _ASM_I386_IDLE_H 1
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 exit_idle(void);
12void enter_idle(void);
13
14#endif