Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / afs / SOLARIS / osi_prototypes.h
1 /* Copyright (C) 1995, 1989, 1998 Transarc Corporation - All rights reserved */
2 /*
3  * (C) COPYRIGHT IBM CORPORATION 1987, 1988
4  * LICENSED MATERIALS - PROPERTY OF IBM
5  */
6
7 #ifndef _OSI_PROTOTYPES_H_
8 #define _OSI_PROTOTYPES_H_
9
10 /* osi_vnodeops.c */
11 int afs_putapage(struct vnode *vp, struct page *pages,
12 #if     defined(AFS_SUN56_ENV)
13                  u_offset_t *offp,
14 #else
15                  u_int *offp,
16 #endif
17                  u_int *lenp, int flags, struct AFS_UCRED *credp);
18
19
20
21 #endif /* _OSI_PROTOTYPES_H_ */