1*3490Seschrock/* 2*3490Seschrock * CDDL HEADER START 3*3490Seschrock * 4*3490Seschrock * The contents of this file are subject to the terms of the 5*3490Seschrock * Common Development and Distribution License (the "License"). 6*3490Seschrock * You may not use this file except in compliance with the License. 7*3490Seschrock * 8*3490Seschrock * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*3490Seschrock * or http://www.opensolaris.org/os/licensing. 10*3490Seschrock * See the License for the specific language governing permissions 11*3490Seschrock * and limitations under the License. 12*3490Seschrock * 13*3490Seschrock * When distributing Covered Code, include this CDDL HEADER in each 14*3490Seschrock * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*3490Seschrock * If applicable, add the following below this CDDL HEADER, with the 16*3490Seschrock * fields enclosed by brackets "[]" replaced with your own identifying 17*3490Seschrock * information: Portions Copyright [yyyy] [name of copyright owner] 18*3490Seschrock * 19*3490Seschrock * CDDL HEADER END 20*3490Seschrock */ 21*3490Seschrock/* 22*3490Seschrock * Copyright 2007 Sun Microsystems, Inc. All rights reserved. 23*3490Seschrock * Use is subject to license terms. 24*3490Seschrock */ 25*3490Seschrock 26*3490Seschrock#pragma ident "%Z%%M% %I% %E% SMI" 27*3490Seschrock 28*3490Seschrock#include <sys/sysevent_impl.h> 29*3490Seschrock 30*3490Seschrock#define SED_MACRO(x) s/#x(ev)/x(ev)/g 31*3490Seschrock 32*3490SeschrockSED_MACRO(SE_CLASS_NAME) 33*3490SeschrockSED_MACRO(SE_SUBCLASS_NAME) 34*3490SeschrockSED_MACRO(SE_PUB_NAME) 35