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