xref: /illumos-gate/usr/src/cmd/hal/hald/solaris/sysevent.h (revision 5d9d9091f564c198a760790b0bfa72c44e17912b)
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 #ifndef SYSEVENT_H
13 #define SYSEVENT_H
14 
15 #include <glib.h>
16 
17 gboolean sysevent_init(void);
18 void sysevent_fini(void);
19 
20 #endif /* SYSEVENT_H */
21