phase2.h revision 259065
1139804Simp/*-
246197Sphk * Copyright (c) 1990,1991 Regents of The University of Michigan.
346197Sphk * All Rights Reserved.
446197Sphk *
546197Sphk * Permission to use, copy, modify, and distribute this software and
646197Sphk * its documentation for any purpose and without fee is hereby granted,
746197Sphk * provided that the above copyright notice appears in all copies and
846197Sphk * that both that copyright notice and this permission notice appear
946155Sphk * in supporting documentation, and that the name of The University
10116182Sobrien * of Michigan not be used in advertising or publicity pertaining to
11116182Sobrien * distribution of the software without specific, written prior
12116182Sobrien * permission. This software is supplied as is without expressed or
13131177Spjd * implied warranties of any kind.
14131177Spjd *
1546155Sphk * This product includes software developed by the University of
1646155Sphk * California, Berkeley and its contributors.
1746155Sphk *
1846155Sphk *	Research Systems Unix Group
1946155Sphk *	The University of Michigan
2046155Sphk *	c/o Wesley Craig
2146155Sphk *	535 W. William Street
22164032Srwatson *	Ann Arbor, Michigan
2346155Sphk *	+1-313-764-2278
24124882Srwatson *	netatalk@umich.edu
2546155Sphk * $FreeBSD: releng/10.0/sys/netatalk/phase2.h 139827 2005-01-07 02:35:34Z imp $
2687275Srwatson */
2787275Srwatson
28168401Spjd#include <net/if_llc.h>
29113275Smike
30147185Spjd#define llc_org_code llc_un.type_snap.org_code
31113275Smike#define llc_ether_type llc_un.type_snap.ether_type
3246155Sphk
33113275Smike#define SIOCPHASE1	_IOW('i', 100, struct ifreq)	/* AppleTalk phase 1 */
3457163Srwatson#define SIOCPHASE2	_IOW('i', 101, struct ifreq)	/* AppleTalk phase 2 */
35113275Smike