- Don't depend on header pollution to declare struct thread.

This commit is contained in:
Jeff Roberson 2007-12-16 06:12:53 +00:00
parent 53f37d1908
commit 53bfc2ecaf

View File

@ -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 *);