phys addr arg of 0 must be possible for pt_writemap too (instead of meaning
[minix.git] / servers / inet / generic / type.h
blob7a588b051d8d52c7739a2a657c5e866de993d816
1 /*
2 type.h
4 Copyright 1995 Philip Homburg
5 */
7 #ifndef INET_TYPE_H
8 #define INET_TYPE_H
10 typedef struct acc *(*get_userdata_t) ARGS(( int fd, size_t offset,
11 size_t count, int for_ioctl ));
12 typedef int (*put_userdata_t) ARGS(( int fd, size_t offset,
13 struct acc *data, int for_ioctl ));
14 typedef void (*put_pkt_t) ARGS(( int fd, struct acc *data, size_t datalen ));
15 typedef void (*select_res_t) ARGS(( int fd, unsigned ops ));
17 #endif /* INET_TYPE_H */
20 * $PchId: type.h,v 1.6 2005/06/28 14:22:04 philip Exp $