111394Sswallace/*-
211394Sswallace * Copyright (c) 1990,1991 Regents of The University of Michigan.
311397Sswallace * All Rights Reserved.
411394Sswallace *
511394Sswallace * Permission to use, copy, modify, and distribute this software and
611394Sswallace * its documentation for any purpose and without fee is hereby granted,
711394Sswallace * provided that the above copyright notice appears in all copies and
811394Sswallace * that both that copyright notice and this permission notice appear
911394Sswallace * in supporting documentation, and that the name of The University
1011394Sswallace * of Michigan not be used in advertising or publicity pertaining to
1111394Sswallace * distribution of the software without specific, written prior
1211394Sswallace * permission. This software is supplied as is without expressed or
1311394Sswallace * implied warranties of any kind.
1411394Sswallace *
1511394Sswallace *	Research Systems Unix Group
1611394Sswallace *	The University of Michigan
1711394Sswallace *	c/o Mike Clark
1811394Sswallace *	535 W. William Street
1911394Sswallace *	Ann Arbor, Michigan
2011394Sswallace *	+1-313-763-0525
2111394Sswallace *	netatalk@itd.umich.edu
2211394Sswallace *
2311394Sswallace * $FreeBSD: releng/10.3/sys/netatalk/endian.h 139827 2005-01-07 02:35:34Z imp $
2411394Sswallace */
2511394Sswallace
2611394Sswallace#ifndef _ATALK_ENDIAN_H_
2711394Sswallace#define _ATALK_ENDIAN_H_
2811394Sswallace
29115684Sobrien#include <machine/endian.h>
30115684Sobrien
31115684Sobrien#endif /* !_ATALK_ENDIAN_H_ */
3211394Sswallace