Remove building with NOCRYPTO option
[minix.git] / minix / drivers / storage / fbd / action.h
blob1d7fca57780d0ae42dfef383dc3c9136d1b72f20
1 #ifndef _FBD_ACTION_H
2 #define _FBD_ACTION_H
4 extern int action_mask(struct fbd_rule *rule);
6 extern void action_pre_hook(struct fbd_rule *rule, iovec_t *iov,
7 unsigned *count, size_t *size, u64_t *pos);
8 extern void action_io_hook(struct fbd_rule *rule, char *buf, size_t size,
9 u64_t pos, int flag);
10 extern void action_post_hook(struct fbd_rule *rule, size_t osize, int *result);
12 #endif /* _FBD_ACTION_H */