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, 0 insertions, 14 deletions
diff --git a/include/asm-i386/idle.h b/include/asm-i386/idle.h
deleted file mode 100644
index 87ab93911199..000000000000
--- a/include/asm-i386/idle.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _ASM_I386_IDLE_H
-#define _ASM_I386_IDLE_H 1
-
-#define IDLE_START 1
-#define IDLE_END 2
-
-struct notifier_block;
-void idle_notifier_register(struct notifier_block *n);
-void idle_notifier_unregister(struct notifier_block *n);
-
-void exit_idle(void);
-void enter_idle(void);
-
-#endif