X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/d52fe63fc81f7e44faaae711812a211a78434976..9bccf70c0258c7cac2dcb80011b2a964d884c552:/bsd/nfs/nfsdiskless.h diff --git a/bsd/nfs/nfsdiskless.h b/bsd/nfs/nfsdiskless.h index b04ee1dd4..59f987e22 100644 --- a/bsd/nfs/nfsdiskless.h +++ b/bsd/nfs/nfsdiskless.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -63,6 +63,9 @@ #ifndef _NFS_NFSDISKLESS_H_ #define _NFS_NFSDISKLESS_H_ +#include + +#ifdef __APPLE_API_PRIVATE /* * Structure that must be initialized for a diskless nfs client. * This structure is used by nfs_mountroot() to set up the root and swap @@ -137,4 +140,5 @@ struct nfs_diskless { struct nfs_dlmount nd_private; /* Mount info for private */ }; -#endif +#endif /* __APPLE_API_PRIVATE */ +#endif /* _NFS_NFSDISKLESS_H_ */