aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/zfs/static_ccompile.h
blob: 7ebf4f6db3c44d901dcfbc3b86d9414271364578 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 */

#ifndef	_SPL_NVLIST_H_
#define	_SPL_NVLIST_H_

#ifdef INVARIANTS
#define        ZFS_DEBUG
#endif

#define	nvlist_add_nvlist	spl_nvlist_add_nvlist
#define	nvlist_add_nvlist_array	spl_nvlist_add_nvlist_array
#define	nvlist_add_nvpair	spl_nvlist_add_nvpair
#define	nvlist_add_string	spl_nvlist_add_string
#define	nvlist_add_string_array	spl_nvlist_add_string_array
#define	nvlist_empty	spl_nvlist_empty
#define	nvlist_exists	spl_nvlist_exists
#define	nvlist_free	spl_nvlist_free
#define	nvlist_next_nvpair	spl_nvlist_next_nvpair
#define	nvlist_pack	spl_nvlist_pack
#define	nvlist_prev_nvpair	spl_nvlist_prev_nvpair
#define	nvlist_remove_nvpair	spl_nvlist_remove_nvpair
#define	nvlist_size	spl_nvlist_size
#define	nvlist_unpack	spl_nvlist_unpack
	
#define	nvpair_type	spl_nvpair_type
#define	nvpair_name	spl_nvpair_name
#endif