From 6450dd3cb455ff2d98f49a3c2e9b32cfce960f0d Mon Sep 17 00:00:00 2001 From: Paul Saab Date: Thu, 20 Apr 2000 00:06:15 +0000 Subject: Add a cleanup function. This is needed for PXE where you should shutdown the UNDI and unload the stack. --- lib/libstand/stand.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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; -- cgit v1.3