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