diff options
Diffstat (limited to 'sys/sys/mdioctl.h')
-rw-r--r-- | sys/sys/mdioctl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/sys/mdioctl.h b/sys/sys/mdioctl.h index 1df5502..4f2e937 100644 --- a/sys/sys/mdioctl.h +++ b/sys/sys/mdioctl.h @@ -40,6 +40,9 @@ * @(#)vnioctl.h 8.1 (Berkeley) 6/10/93 */ +#ifndef _SYS_VNIOCTL_H_ +#define _SYS_VNIOCTL_H_ + /* * Ioctl definitions for file (vnode) disk pseudo-device. */ @@ -69,3 +72,5 @@ struct vn_ioctl { #define VN_DEBUG 0x4 /* Debug data in vn driver */ #define VN_IO 0x8 /* Debug I/O in vn driver */ #define VN_DONTCLUSTER 0x10 /* Don't cluster */ + +#endif /* _SYS_VNIOCTL_H_*/ |