/* 
 * ethd.h
 *
 * x-kernel v3.3
 *
 * Copyright (c) 1993,1991,1990,1996  Arizona Board of Regents
 *
 * $Revision: 1.2 $
 * $Date: 1996/02/01 15:14:45 $
 */

#ifndef ethd_h
#define ethd_h
   
#  ifdef __STDC__

void	ethd_init(Protl);
long	ethdMsgLoad( void *hdr, char *netHdr, long len, void *arg );
void 	ethdMsgStore( void *hdr, char *netHdr, long len, void *arg );

#  endif

#endif  ! ethd_h
