Define FKIOCTL which is used on Solaris to mark an in-kernel ioctl.
This commit is contained in:
parent
3a68dc5374
commit
c18cbcfe66
|
@ -1,4 +1,6 @@
|
|||
#ifndef _SPL_FILE_H
|
||||
#define _SPL_FILE_H
|
||||
|
||||
#define FKIOCTL 0x80000000
|
||||
|
||||
#endif /* SPL_FILE_H */
|
||||
|
|
Loading…
Reference in New Issue