]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/zfs/static_ccompile.h
unbound: Vendor import 1.17.0
[FreeBSD/FreeBSD.git] / sys / modules / zfs / static_ccompile.h
1 /*
2  * $FreeBSD$
3  */
4
5 #ifndef _SPL_NVLIST_H_
6 #define _SPL_NVLIST_H_
7
8 #ifdef INVARIANTS
9 #define        ZFS_DEBUG
10 #endif
11
12 #define nvlist_add_nvlist       spl_nvlist_add_nvlist
13 #define nvlist_add_nvlist_array spl_nvlist_add_nvlist_array
14 #define nvlist_add_nvpair       spl_nvlist_add_nvpair
15 #define nvlist_add_string       spl_nvlist_add_string
16 #define nvlist_add_string_array spl_nvlist_add_string_array
17 #define nvlist_empty    spl_nvlist_empty
18 #define nvlist_exists   spl_nvlist_exists
19 #define nvlist_free     spl_nvlist_free
20 #define nvlist_next_nvpair      spl_nvlist_next_nvpair
21 #define nvlist_pack     spl_nvlist_pack
22 #define nvlist_prev_nvpair      spl_nvlist_prev_nvpair
23 #define nvlist_remove_nvpair    spl_nvlist_remove_nvpair
24 #define nvlist_size     spl_nvlist_size
25 #define nvlist_unpack   spl_nvlist_unpack
26         
27 #define nvpair_type     spl_nvpair_type
28 #define nvpair_name     spl_nvpair_name
29 #endif