forward declare struct cdev, not cdevsw;
This commit is contained in:
parent
216d5bb528
commit
c483711411
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135377
@ -67,7 +67,7 @@ struct clist {
|
||||
|
||||
struct tty;
|
||||
struct pps_state;
|
||||
struct cdevsw;
|
||||
struct cdev;
|
||||
|
||||
typedef int t_open_t(struct tty *, struct cdev *);
|
||||
typedef void t_close_t(struct tty *);
|
||||
|
Loading…
Reference in New Issue
Block a user