94f7151729
Change-Id: Icf8a1a5769ce0aede1cc28da99b9daf7d328182c
24 lines
358 B
C
24 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 $
|
|
*/
|