|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2014-2018 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2014-2019 The Linux Foundation. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -134,4 +134,13 @@ int qdf_get_current_pid(void);
|
|
|
*/
|
|
|
const char *qdf_get_current_comm(void);
|
|
|
|
|
|
+/**
|
|
|
+ * qdf_thread_set_cpus_allowed_mask() - set cpu mask for a particular thread
|
|
|
+ * @thread: thread for which new cpu mask is set
|
|
|
+ * @new_mask: new cpu mask to be set for the thread
|
|
|
+ *
|
|
|
+ * Return: None
|
|
|
+ */
|
|
|
+void
|
|
|
+qdf_thread_set_cpus_allowed_mask(qdf_thread_t *thread, qdf_cpu_mask *new_mask);
|
|
|
#endif /* __QDF_THREADS_H */
|