29 lines
		
	
	
		
			358 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			29 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 */
 | |
| 
 | |
| struct mq;
 | |
| void sr_rec(struct mq *m);
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| /*
 | |
|  * $PchId: proto.h,v 1.4 1995/11/21 06:36:37 philip Exp $
 | |
|  */
 | 
