Define FKIOCTL which is used on Solaris to mark an in-kernel ioctl.

This commit is contained in:
Brian Behlendorf 2009-07-09 14:59:41 -07:00
parent 3a68dc5374
commit c18cbcfe66

View File

@ -1,4 +1,6 @@
#ifndef _SPL_FILE_H
#define _SPL_FILE_H
#define FKIOCTL 0x80000000
#endif /* SPL_FILE_H */