diff options
Diffstat (limited to 'usr/src/uts/common/sys/modctl.h')
-rw-r--r-- | usr/src/uts/common/sys/modctl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/modctl.h b/usr/src/uts/common/sys/modctl.h index c151de9900..06019d5f0f 100644 --- a/usr/src/uts/common/sys/modctl.h +++ b/usr/src/uts/common/sys/modctl.h @@ -20,7 +20,7 @@ * CDDL HEADER END */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -488,6 +488,8 @@ extern int modunload(int); extern int mod_hold_stub(struct mod_stub_info *); extern void modunload_disable(void); extern void modunload_enable(void); +extern void modunload_begin(void); +extern void modunload_end(void); extern int mod_remove_by_name(char *); extern int mod_sysvar(const char *, const char *, u_longlong_t *); extern int mod_sysctl(int, void *); |