1 /*
2 * Mach Operating System
3 * Copyright (c) 1991,1992 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 Software.Distribution@CS.CMU.EDU
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 * HISTORY
28 * $Log: ipc_netvec.h,v $
29 * Revision 2.2 92/03/10 16:28:00 jsb
30 * Merged in norma branch changes as of NORMA_MK7.
31 * [92/03/09 12:50:03 jsb]
32 *
33 * Revision 2.1.2.1 92/01/21 21:52:10 jsb
34 * Added file/author/date comment.
35 * [92/01/21 19:44:00 jsb]
36 *
37 * First checkin. Contents moved here from norma/ipc_net.h.
38 * [92/01/10 20:51:02 jsb]
39 *
40 */
41 /*
42 * File: norma/ipc_netvec.h
43 * Author: Joseph S. Barrera III
44 * Date: 1991
45 *
46 * Definition for scatter/gather vector.
47 */
48
49 struct netvec {
50 unsigned long addr;
51 unsigned long size;
52 };
Cache object: 42492555b42e9b0284e60bdbba0cf8b8
|