mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Don't depend on header pollution to declare struct thread.
This commit is contained in:
parent
53f37d1908
commit
53bfc2ecaf
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ struct tty;
|
|||
struct pps_state;
|
||||
struct cdev;
|
||||
struct cdevsw;
|
||||
struct thread;
|
||||
|
||||
typedef int t_open_t(struct tty *, struct cdev *);
|
||||
typedef void t_close_t(struct tty *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue