source: trunk/minix/servers/inet/generic/type.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: 514 bytes
Line 
1/*
2type.h
3
4Copyright 1995 Philip Homburg
5*/
6
7#ifndef INET_TYPE_H
8#define INET_TYPE_H
9
10typedef struct acc *(*get_userdata_t) ARGS(( int fd, size_t offset,
11 size_t count, int for_ioctl ));
12typedef int (*put_userdata_t) ARGS(( int fd, size_t offset,
13 struct acc *data, int for_ioctl ));
14typedef void (*put_pkt_t) ARGS(( int fd, struct acc *data, size_t datalen ));
15typedef void (*select_res_t) ARGS(( int fd, unsigned ops ));
16
17#endif /* INET_TYPE_H */
18
19/*
20 * $PchId: type.h,v 1.6 2005/06/28 14:22:04 philip Exp $
21 */
Note: See TracBrowser for help on using the repository browser.