mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05:00
- 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
9 lines
214 B
C
9 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 */
|