xref: /onnv-gate/usr/src/cmd/hal/hald/solaris/sysevent.h (revision 2916:ba92c662e4ef)
12912Sartem /***************************************************************************
22912Sartem  *
32912Sartem  * sysevent.h : definitions for Solaris sysevents
42912Sartem  *
52912Sartem  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
62912Sartem  * Use is subject to license terms.
72912Sartem  *
82912Sartem  * Licensed under the Academic Free License version 2.1
92912Sartem  *
102912Sartem  **************************************************************************/
112912Sartem 
12*2916Sartem #pragma ident	"%Z%%M%	%I%	%E% SMI"
132912Sartem 
142912Sartem #ifndef SYSEVENT_H
152912Sartem #define SYSEVENT_H
162912Sartem 
172912Sartem #include <glib.h>
182912Sartem 
192912Sartem gboolean sysevent_init(void);
202912Sartem void sysevent_fini(void);
212912Sartem 
222912Sartem #endif /* SYSEVENT_H */
23