mirror_zfs/include/sys/zone.h

10 lines
214 B
C
Raw Normal View History

#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 */