ReactOS 0.4.15-dev-7958-gcd0bb1a
ioctl.h
Go to the documentation of this file.
1
6#ifndef _SYS_IOCTL_H
7#define _SYS_IOCTL_H
8
9#include <sys/cdefs.h>
10
11#define WINDOWS_POST 0 /* Set write() behavior to PostMessage() */
12#define WINDOWS_SEND 1 /* Set write() behavior to SendMessage() */
13#define WINDOWS_HWND 2 /* Set hWnd for read() calls */
14
16
17int ioctl (int __fd, int __cmd, ...);
18
20
21#endif
#define __END_DECLS
Definition: wintirpc.h:63
#define ioctl
Definition: wintirpc.h:60
#define __BEGIN_DECLS
Definition: wintirpc.h:62