2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
13 #define AFS_VOL_NFS_H 1
15 * (C) COPYRIGHT IBM CORPORATION 1987
16 * LICENSED MATERIALS - PROPERTY OF IBM
22 Institution: The Information Technology Center, Carnegie-Mellon University
25 #define private static
31 typedef afs_uint32 bit32
; /* Unsigned, 32 bits */
32 typedef unsigned short bit16
; /* Unsigned, 16 bits */
33 typedef unsigned char byte
; /* Unsigned, 8 bits */
35 typedef bit32 Device
; /* Unix device number */
39 #endif /* AFS_VOL_NFS_H */