source: trunk/minix/servers/inet/proto.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 401 bytes
Line 
1/*
2inet/proto.h
3
4Created: Jan 2, 1992 by Philip Homburg
5
6Copyright 1995 Philip Homburg
7*/
8
9/* clock.c */
10
11_PROTOTYPE( void clck_tick, (message *mess) );
12
13/* mnx_eth.c */
14
15_PROTOTYPE( void eth_rec, (message *m) );
16_PROTOTYPE( void eth_check_drivers, (message *m) );
17
18/* sr.c */
19
20struct mq;
21_PROTOTYPE( void sr_rec, (struct mq *m) );
22
23
24
25
26/*
27 * $PchId: proto.h,v 1.4 1995/11/21 06:36:37 philip Exp $
28 */
Note: See TracBrowser for help on using the repository browser.