|
|
1.1 ! root 1: /* ! 2: * Mach Operating System ! 3: * Copyright (c) 1991,1990,1989 Carnegie Mellon University ! 4: * All Rights Reserved. ! 5: * ! 6: * Permission to use, copy, modify and distribute this software and its ! 7: * documentation is hereby granted, provided that both the copyright ! 8: * notice and this permission notice appear in all copies of the ! 9: * software, derivative works or modified versions, and any portions ! 10: * thereof, and that both notices appear in supporting documentation. ! 11: * ! 12: * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" ! 13: * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR ! 14: * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. ! 15: * ! 16: * Carnegie Mellon requests users of this software to return to ! 17: * ! 18: * Software Distribution Coordinator or [email protected] ! 19: * School of Computer Science ! 20: * Carnegie Mellon University ! 21: * Pittsburgh PA 15213-3890 ! 22: * ! 23: * any improvements or extensions that they make and grant Carnegie Mellon ! 24: * the rights to redistribute these changes. ! 25: */ ! 26: /* ********************************************************************** ! 27: File: blituser.h ! 28: Description: User-program definitions for Bell Tech Blit card ! 29: ! 30: Copyright Ing. C. Olivetti & C. S.p.A. 1988, 1989. ! 31: All rights reserved. ! 32: ********************************************************************** */ ! 33: /* ! 34: Copyright 1988, 1989 by Olivetti Advanced Technology Center, Inc., ! 35: Cupertino, California. ! 36: ! 37: All Rights Reserved ! 38: ! 39: Permission to use, copy, modify, and distribute this software and ! 40: its documentation for any purpose and without fee is hereby ! 41: granted, provided that the above copyright notice appears in all ! 42: copies and that both the copyright notice and this permission notice ! 43: appear in supporting documentation, and that the name of Olivetti ! 44: not be used in advertising or publicity pertaining to distribution ! 45: of the software without specific, written prior permission. ! 46: ! 47: OLIVETTI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE ! 48: INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, ! 49: IN NO EVENT SHALL OLIVETTI BE LIABLE FOR ANY SPECIAL, INDIRECT, OR ! 50: CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM ! 51: LOSS OF USE, DATA OR PROFITS, WHETHER IN ACTION OF CONTRACT, ! 52: NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUR OF OR IN CONNECTION ! 53: WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ! 54: */ ! 55: ! 56: #ifndef _BLITUSER_ ! 57: #define _BLITUSER_ ! 58: ! 59: #include <sys/ioctl.h> ! 60: ! 61: /* ! 62: * Ioctl's. ! 63: */ ! 64: ! 65: /* ! 66: * BLIT_1ST_UNUSED returns a byte offset into the Blit graphics ! 67: * memory. The user is free to allocate and use any graphics memory ! 68: * starting at that offset. ! 69: */ ! 70: ! 71: #define BLIT_1ST_UNUSED _IOR('b', 1, int) ! 72: ! 73: #endif /* _BLITUSER_ */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.