mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
36e6f86146
- Map the LE/BE_* byteorder macros to the linux versions - More minor vnodes fixes git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@41 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
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 */
|