1139827Simp/*-
215885Sjulian * Copyright (c) 1990,1991 Regents of The University of Michigan.
315885Sjulian * All Rights Reserved.
415885Sjulian *
515885Sjulian * Permission to use, copy, modify, and distribute this software and
615885Sjulian * its documentation for any purpose and without fee is hereby granted,
715885Sjulian * provided that the above copyright notice appears in all copies and
815885Sjulian * that both that copyright notice and this permission notice appear
915885Sjulian * in supporting documentation, and that the name of The University
1015885Sjulian * of Michigan not be used in advertising or publicity pertaining to
1115885Sjulian * distribution of the software without specific, written prior
1215885Sjulian * permission. This software is supplied as is without expressed or
1315885Sjulian * implied warranties of any kind.
1415885Sjulian *
1515885Sjulian *	Research Systems Unix Group
1615885Sjulian *	The University of Michigan
1715885Sjulian *	c/o Mike Clark
1815885Sjulian *	535 W. William Street
1915885Sjulian *	Ann Arbor, Michigan
2015885Sjulian *	+1-313-763-0525
2115885Sjulian *	netatalk@itd.umich.edu
22139827Simp *
23139827Simp * $FreeBSD$
2415885Sjulian */
2515885Sjulian
2617254Sjulian#ifndef _ATALK_ENDIAN_H_
2715885Sjulian#define _ATALK_ENDIAN_H_
2815885Sjulian
2915885Sjulian#include <machine/endian.h>
3015885Sjulian
3133055Sbde#endif /* !_ATALK_ENDIAN_H_ */
32