/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
*
* @(#)fifo.h 8.3 (Berkeley) 8/10/94
*/
+#ifndef __FIFOFS_FOFO_H__
+#define __FIFOFS_FOFO_H__
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_PRIVATE
/*
* Prototypes for fifo operations on vnodes.
*/
#define fifo_bwrite ((int (*) __P((struct vop_bwrite_args *)))nullop)
#define fifo_blktooff ((int (*) __P((struct vop_blktooff_args *)))err_blktooff)
+#endif /* __APPLE_API_PRIVATE */
+#endif /* __FIFOFS_FOFO_H__ */