phunix/minix/net/inet/proto.h
Lionel Sambuc 433d6423c3 New sources layout
Change-Id: Ic716f336b7071063997cf5b4dae6d50e0b4631e9
2014-07-31 16:00:30 +02:00

25 lines
358 B
C

/*
inet/proto.h
Created: Jan 2, 1992 by Philip Homburg
Copyright 1995 Philip Homburg
*/
/* clock.c */
void clck_tick(message *mess);
/* mnx_eth.c */
void eth_rec(message *m);
void eth_check_driver(char *label, endpoint_t endpoint);
/* sr.c */
void sr_rec(message *m, int ipc_status);
/*
* $PchId: proto.h,v 1.4 1995/11/21 06:36:37 philip Exp $
*/