summaryrefslogtreecommitdiff
path: root/drivers/trusty/trusty-sched-share-api.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/trusty/trusty-sched-share-api.h')
-rw-r--r--drivers/trusty/trusty-sched-share-api.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/trusty/trusty-sched-share-api.h b/drivers/trusty/trusty-sched-share-api.h
index e2726e6..7605067 100644
--- a/drivers/trusty/trusty-sched-share-api.h
+++ b/drivers/trusty/trusty-sched-share-api.h
@@ -16,4 +16,8 @@ struct trusty_sched_share_state;
struct trusty_sched_share_state *trusty_register_sched_share(struct device *device);
void trusty_unregister_sched_share(struct trusty_sched_share_state *sched_share_state);
+int trusty_get_requested_nice(unsigned int cpu_num, struct trusty_sched_share_state *tcpu_state);
+int trusty_set_actual_nice(unsigned int cpu_num, struct trusty_sched_share_state *tcpu_state,
+ int nice);
+
#endif /* _TRUSTY_SCHED_SHARE_API_H_ */