view usr/src/cmd/hal/hald/solaris/sysevent.h @ 4:1a15d5aaf794

synchronized with onnv_86 (6202) in onnv-gate
author Koji Uno <koji.uno@sun.com>
date Mon, 31 Aug 2009 14:38:03 +0900
parents c9caec207d52
children
line wrap: on
line source

/***************************************************************************
 *
 * 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	"%Z%%M%	%I%	%E% SMI"

#ifndef SYSEVENT_H
#define SYSEVENT_H

#include <glib.h>

gboolean sysevent_init(void);
void sysevent_fini(void);

#endif /* SYSEVENT_H */