xref: /illumos-gate/usr/src/cmd/hal/hald/solaris/sysevent.h (revision 37e2cd25d56b334a2403f2540a0b0a1e6a40bcd1)
1 /***************************************************************************
2  *
3  * sysevent.h : definitions for Solaris sysevents
4  *
5  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
6  * Use is subject to license terms.
7  *
8  * Licensed under the Academic Free License version 2.1
9  *
10  **************************************************************************/
11 
12 #pragma ident	"%Z%%M%	%I%	%E% SMI"
13 
14 #ifndef SYSEVENT_H
15 #define SYSEVENT_H
16 
17 #include <glib.h>
18 
19 gboolean sysevent_init(void);
20 void sysevent_fini(void);
21 
22 #endif /* SYSEVENT_H */
23