2006-08-08 12:33:33 +00:00
|
|
|
/*
|
2012-07-19 18:11:40 +00:00
|
|
|
* Copyright 2006-2012 Haiku, Inc. All Rights Reserved.
|
2006-08-08 12:33:33 +00:00
|
|
|
* Distributed under the terms of the MIT License.
|
2002-07-12 09:29:46 +00:00
|
|
|
*/
|
|
|
|
#ifndef _SYS_IOCTL_H
|
|
|
|
#define _SYS_IOCTL_H
|
|
|
|
|
2010-11-03 21:46:47 +00:00
|
|
|
|
2009-05-28 20:16:35 +00:00
|
|
|
#include <termios.h>
|
|
|
|
|
2006-08-08 12:33:33 +00:00
|
|
|
/* These only work on sockets for now */
|
|
|
|
#define FIONBIO 0xbe000000
|
|
|
|
#define FIONREAD 0xbe000001
|
2002-10-25 14:43:27 +00:00
|
|
|
|
2006-08-08 12:33:33 +00:00
|
|
|
#endif /* _SYS_IOCTL_H */
|