home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * @(#) eio.h 2.1 88/05/18
- *
- * Copyright (C) The Santa Cruz Operation, 1984, 1985, 1986, 1987.
- * Copyright (C) Microsoft Corporation, 1984, 1985, 1986, 1987.
- * This Module contains Proprietary Information of
- * The Santa Cruz Operation, Microsoft Corporation
- * and AT&T, and should be treated as Confidential.
- */
-
- /*
- * Error driver constants
- */
-
- /* ioctl commands */
- #define EMSG_NOSIG 0 /* disable signals */
- #define EMSG_SIG 1 /* signal process when msg arrives */
-