diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/usr/src/cmd/hal/hald/solaris/sysevent.h	Tue Jun 02 18:56:50 2009 +0900
@@ -0,0 +1,22 @@
+/***************************************************************************
+ *
+ * sysevent.h : definitions for Solaris sysevents
+ *
+ * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
+ * Use is subject to license terms.
+ *
+ * Licensed under the Academic Free License version 2.1
+ *
+ **************************************************************************/
+
+#pragma ident	"@(#)sysevent.h	1.2	06/10/13 SMI"
+
+#ifndef SYSEVENT_H
+#define SYSEVENT_H
+
+#include <glib.h>
+
+gboolean sysevent_init(void);
+void sysevent_fini(void);
+
+#endif /* SYSEVENT_H */