diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libstand/stand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h index ba54885b7c8a..23626a5635e1 100644 --- a/lib/libstand/stand.h +++ b/lib/libstand/stand.h @@ -138,6 +138,7 @@ struct devsw { int (*dv_close)(struct open_file *f); int (*dv_ioctl)(struct open_file *f, u_long cmd, void *data); void (*dv_print)(int verbose); /* print device information */ + void (*dv_cleanup)(); }; extern int errno; |
