mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
LinuxKPI: Add some pollution required by drm-kmod to linux/sched.h
MFC after: 1 week Reviewed by: hselasky, manu Differential Revision: https://reviews.freebsd.org/D35050
This commit is contained in:
parent
6bcd132222
commit
1ebd7aeeca
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
|||
#include <linux/bitmap.h>
|
||||
#include <linux/compat.h>
|
||||
#include <linux/completion.h>
|
||||
#include <linux/hrtimer.h>
|
||||
#include <linux/mm_types.h>
|
||||
#include <linux/pid.h>
|
||||
#include <linux/slab.h>
|
||||
|
|
@ -61,6 +62,8 @@
|
|||
|
||||
#define TASK_COMM_LEN (MAXCOMLEN + 1)
|
||||
|
||||
struct seq_file;
|
||||
|
||||
struct work_struct;
|
||||
struct task_struct {
|
||||
struct thread *task_thread;
|
||||
|
|
|
|||
Loading…
Reference in a new issue