mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
10 lines
214 B
C
10 lines
214 B
C
|
#ifndef _SPL_ZONE_H
|
||
|
#define _SPL_ZONE_H
|
||
|
|
||
|
#include <sys/byteorder.h>
|
||
|
|
||
|
#define zone_dataset_visible(x, y) (1)
|
||
|
#define INGLOBALZONE(z) (1)
|
||
|
|
||
|
#endif /* SPL_ZONE_H */
|