Add forward declaration of struct thread.

This structure is used in some of the functions in this header, but we
don't depend on any header that pulls it i.
This commit is contained in:
Ed Schouten 2015-07-09 07:31:40 +00:00
parent f355e810cf
commit 39b160b3e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285309

View File

@ -116,6 +116,7 @@ struct cpuset {
extern cpuset_t *cpuset_root;
struct prison;
struct proc;
struct thread;
struct cpuset *cpuset_thread0(void);
struct cpuset *cpuset_ref(struct cpuset *);