comparison usr/src/cmd/hal/hald/solaris/sysevent.h @ 0:c9caec207d52 b86

Initial porting based on b86
author Koji Uno <koji.uno@sun.com>
date Tue, 02 Jun 2009 18:56:50 +0900
parents
children 1a15d5aaf794
comparison
equal deleted inserted replaced
-1:000000000000 0:c9caec207d52
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 "@(#)sysevent.h 1.2 06/10/13 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 */