aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched_plugin.h')
-rw-r--r--include/linux/sched_plugin.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/sched_plugin.h b/include/linux/sched_plugin.h
index fa0716f0eb..1ea8178b25 100644
--- a/include/linux/sched_plugin.h
+++ b/include/linux/sched_plugin.h
@@ -33,13 +33,6 @@ struct pi_semaphore {
33 */ 33 */
34typedef void runqueue_t; 34typedef void runqueue_t;
35 35
36/********************* real-time callbacks ********************/
37
38/* Special plugin shutdown hook that clear plugin data structures
39 Currently is not supported
40*/
41typedef void (*plugin_shutdown_hook_t) (void);
42
43 36
44/********************* scheduler invocation ******************/ 37/********************* scheduler invocation ******************/
45 38
@@ -105,7 +98,6 @@ struct sched_plugin {
105 int ready_to_use; 98 int ready_to_use;
106 99
107 /* management interface */ 100 /* management interface */
108 plugin_shutdown_hook_t shutdown_hook; /*currently unsupported */
109 mode_change_t mode_change; 101 mode_change_t mode_change;
110 102
111 /* scheduler invocation */ 103 /* scheduler invocation */