9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
12 *
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]
18 *
19 * CDDL HEADER END
20 */
21
22 /*
23 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27 /*
28 * Copyright (c) 2014 by Delphix. All rights reserved.
29 * Copyright 2017 RackTop Systems.
30 */
31
32 /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
33 /* All Rights Reserved */
34
35
36 #ifndef _SYS_BITMAP_H
37 #define _SYS_BITMAP_H
38
39 #ifdef __cplusplus
40 extern "C" {
41 #endif
42
43 #include <sys/feature_tests.h>
44 #if defined(__GNUC__) && defined(_ASM_INLINES) && \
45 (defined(__i386) || defined(__amd64))
46 #include <asm/bitmap.h>
47 #endif
48
|
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
12 *
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]
18 *
19 * CDDL HEADER END
20 */
21
22 /*
23 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27 /*
28 * Copyright (c) 2014 by Delphix. All rights reserved.
29 * Copyright 2015 Nexenta Systems, Inc. All rights reserved.
30 * Copyright 2017 RackTop Systems.
31 */
32
33 /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
34 /* All Rights Reserved */
35
36
37 #ifndef _SYS_BITMAP_H
38 #define _SYS_BITMAP_H
39
40 #ifdef __cplusplus
41 extern "C" {
42 #endif
43
44 #include <sys/feature_tests.h>
45 #if defined(__GNUC__) && defined(_ASM_INLINES) && \
46 (defined(__i386) || defined(__amd64))
47 #include <asm/bitmap.h>
48 #endif
49
|