1139827Simp/*-
215885Sjulian * Copyright (c) 1990,1991 Regents of The University of Michigan.
315885Sjulian * All Rights Reserved.
4139827Simp *
5139827Simp * Permission to use, copy, modify, and distribute this software and
6139827Simp * its documentation for any purpose and without fee is hereby granted,
7139827Simp * provided that the above copyright notice appears in all copies and
8139827Simp * that both that copyright notice and this permission notice appear
9139827Simp * in supporting documentation, and that the name of The University
10139827Simp * of Michigan not be used in advertising or publicity pertaining to
11139827Simp * distribution of the software without specific, written prior
12139827Simp * permission. This software is supplied as is without expressed or
13139827Simp * implied warranties of any kind.
14139827Simp *
15139827Simp * This product includes software developed by the University of
16139827Simp * California, Berkeley and its contributors.
17139827Simp *
18139827Simp *	Research Systems Unix Group
19139827Simp *	The University of Michigan
20139827Simp *	c/o Wesley Craig
21139827Simp *	535 W. William Street
22139827Simp *	Ann Arbor, Michigan
23139827Simp *	+1-313-764-2278
24139827Simp *	netatalk@umich.edu
25139827Simp * $FreeBSD$
2615885Sjulian */
2715885Sjulian
2815885Sjulian#include <net/if_llc.h>
2915885Sjulian
3015885Sjulian#define llc_org_code llc_un.type_snap.org_code
3115885Sjulian#define llc_ether_type llc_un.type_snap.ether_type
3215885Sjulian
3315885Sjulian#define SIOCPHASE1	_IOW('i', 100, struct ifreq)	/* AppleTalk phase 1 */
3415885Sjulian#define SIOCPHASE2	_IOW('i', 101, struct ifreq)	/* AppleTalk phase 2 */
35