1 /* 2 * CDDL HEADER START 3 * 4 * The contents of this file are subject to the terms of the 5 * Common Development and Distribution License, Version 1.0 only 6 * (the "License"). You may not use this file except in compliance 7 * with the License. 8 * 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10 * or http://www.opensolaris.org/os/licensing. 11 * See the License for the specific language governing permissions 12 * and limitations under the License. 13 * 14 * When distributing Covered Code, include this CDDL HEADER in each 15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16 * If applicable, add the following below this CDDL HEADER, with the 17 * fields enclosed by brackets "[]" replaced with your own identifying 18 * information: Portions Copyright [yyyy] [name of copyright owner] 19 * 20 * CDDL HEADER END 21 */ 22 /* 23 * Copyright (c) 1999-2000 by Sun Microsystems, Inc. 24 * All rights reserved. 25 */ 26 27 #ifndef _SYS_1394_ADAPTERS_HCI1394_TNF_H 28 #define _SYS_1394_ADAPTERS_HCI1394_TNF_H 29 30 #pragma ident "%Z%%M% %I% %E% SMI" 31 32 /* 33 * hci1394_tnf.h 34 * Keys used for TNF_PROBE_* routines 35 */ 36 37 #ifdef __cplusplus 38 extern "C" { 39 #endif 40 41 #include <sys/tnf_probe.h> 42 43 44 #define HCI1394_TNF_HAL " 1394 hci1394 " 45 #define HCI1394_TNF_HAL_STACK " 1394 hci1394 stacktrace " 46 #define HCI1394_TNF_HAL_STACK_ISOCH " 1394 hci1394 stacktrace isoch" 47 #define HCI1394_TNF_HAL_ERROR " 1394 hci1394 error " 48 #define HCI1394_TNF_HAL_ERROR_ISOCH " 1394 hci1394 error isoch" 49 #define HCI1394_TNF_HAL_INFO " 1394 hci1394 info " 50 #define HCI1394_TNF_HAL_INFO_ISOCH " 1394 hci1394 info isoch" 51 #define HCI1394_TNF_HAL_TLABEL " 1394 hci1394 tlabel " 52 53 #ifdef __cplusplus 54 } 55 #endif 56 57 #endif /* _SYS_1394_ADAPTERS_HCI1394_TNF_H */ 58