1 /* $OpenBSD: phase2.h,v 1.1 1997/07/23 03:39:55 denny Exp $ */
2
3 /*
4 * Copyright (c) 1990,1991 Regents of The University of Michigan.
5 * All Rights Reserved.
6 */
7
8 /*
9 * The following is the contents of the COPYRIGHT file from the
10 * netatalk-1.4a2 distribution, from which this file is derived.
11 */
12 /*
13 * Copyright (c) 1990,1996 Regents of The University of Michigan.
14 *
15 * All Rights Reserved.
16 *
17 * Permission to use, copy, modify, and distribute this software and
18 * its documentation for any purpose and without fee is hereby granted,
19 * provided that the above copyright notice appears in all copies and
20 * that both that copyright notice and this permission notice appear
21 * in supporting documentation, and that the name of The University
22 * of Michigan not be used in advertising or publicity pertaining to
23 * distribution of the software without specific, written prior
24 * permission. This software is supplied as is without expressed or
25 * implied warranties of any kind.
26 *
27 * This product includes software developed by the University of
28 * California, Berkeley and its contributors.
29 *
30 * Solaris code is encumbered by the following:
31 *
32 * Copyright (C) 1996 by Sun Microsystems Computer Co.
33 *
34 * Permission to use, copy, modify, and distribute this software and
35 * its documentation for any purpose and without fee is hereby
36 * granted, provided that the above copyright notice appear in all
37 * copies and that both that copyright notice and this permission
38 * notice appear in supporting documentation. This software is
39 * provided "as is" without express or implied warranty.
40 *
41 * Research Systems Unix Group
42 * The University of Michigan
43 * c/o Wesley Craig
44 * 535 W. William Street
45 * Ann Arbor, Michigan
46 * +1-313-764-2278
47 * netatalk@umich.edu
48 */
49 /*
50 * None of the Solaris code mentioned is included in OpenBSD.
51 * This code also relies heavily on previous effort in FreeBSD and NetBSD.
52 */
53
54 #ifndef _NETATALK_PHASE2_H_
55 #define _NETATALK_PHASE2_H_
56
57 /* XXX Should these two go in <net/if_llc.h> ? */
58 #define llc_org_code llc_un.type_snap.org_code
59 #define llc_ether_type llc_un.type_snap.ether_type
60
61 #define SIOCPHASE1 _IOW('i', 100, struct ifreq) /* AppleTalk phase 1 */
62 #define SIOCPHASE2 _IOW('i', 101, struct ifreq) /* AppleTalk phase 2 */
63
64 #endif /* _NETATALK_PHASE2_H_ */