]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/miscfs/synthfs/synthfs.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / miscfs / synthfs / synthfs.h
index 74fb3f1f2125af114525868f5aac49c0aae75a75..28a85f8b2b332c363d22076e17c0ffcb7bd6189d 100644 (file)
@@ -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@
  * 
@@ -32,6 +32,9 @@
 #ifndef __SYNTHFS_H__
 #define __SYNTHFS_H__
 
+#include  <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_PRIVATE
 #include <sys/param.h>
 #include <sys/lock.h>
 #include <sys/queue.h>
@@ -228,4 +231,5 @@ int synthfs_remove_symlink __P((struct vnode *vp));
 int synthfs_move_rename_entry __P((struct vnode *source_vp, struct vnode *newparent_vp, char *newname));
 int synthfs_derive_vnode_path __P((struct vnode *vp, char *vnpath, size_t pathbuffersize));
 
+#endif /* __APPLE_API_PRIVATE */
 #endif /* __SYNTHFS_H__ */