2006-08-08 16:33:33 +04:00
|
|
|
/*
|
|
|
|
* Copyright 2006, Haiku Inc. All Rights Reserved.
|
|
|
|
* Distributed under the terms of the MIT License.
|
2002-07-12 13:29:46 +04:00
|
|
|
*/
|
|
|
|
#ifndef _SYS_IOCTL_H
|
|
|
|
#define _SYS_IOCTL_H
|
|
|
|
|
2006-08-08 16:33:33 +04:00
|
|
|
/* These only work on sockets for now */
|
|
|
|
#define FIONBIO 0xbe000000
|
|
|
|
#define FIONREAD 0xbe000001
|
2002-10-25 18:43:27 +04:00
|
|
|
|
2006-08-08 16:33:33 +04:00
|
|
|
#endif /* _SYS_IOCTL_H */
|