4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
22 * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
36 #include <sys/smedia.h>
56 #define DPRINTF(str) (void) printf(str)
57 #define DPRINTF1(str, a) (void) printf(str, a)
58 #define DPRINTF2(str, a, b) (void) printf(str, a, b)
59 #define DPRINTF3(str, a, b, c) (void) printf(str, a, b, c)
60 #define DPRINTF4(str, a, b, c, d) (void) printf(str, a, b, c, d)
63 #define DPRINTF1(str, a)
64 #define DPRINTF2(str, a, b)
65 #define DPRINTF3(str, a, b, c)
66 #define DPRINTF4(str, a, b, c, d)
70 #define SM_FD_VERSION_1 1
71 #define SM_SCSI_VERSION_1 1
72 #define SM_PCMEM_VERSION_1 1
73 #define SM_PLUGIN_VERSION 1
74 #define SM_PCATA_VERSION_1 1
75 #define SM_BLKDEV_VERSION_1 1
81 #endif /* _L_DEFINES_H_ */