summaryrefslogtreecommitdiff
path: root/sys/pcfs/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pcfs/fat.h')
-rw-r--r--sys/pcfs/fat.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/pcfs/fat.h b/sys/pcfs/fat.h
index 1b3404165711..0790d1e8153c 100644
--- a/sys/pcfs/fat.h
+++ b/sys/pcfs/fat.h
@@ -15,9 +15,12 @@
*
* October 1992
*
- * $Id: fat.h,v 1.2 1993/10/16 19:29:29 rgrimes Exp $
+ * $Id: fat.h,v 1.3 1993/11/07 17:51:15 wollman Exp $
*/
+#ifndef _PCFS_FAT_H_
+#define _PCFS_FAT_H_ 1
+
/*
* Some useful cluster numbers.
*/
@@ -65,3 +68,4 @@ int fatentry __P((int function, struct pcfsmount *pmp,
u_long cluster, u_long *oldcontents, u_long newcontents));
int freeclusterchain __P((struct pcfsmount *pmp, u_long startchain));
#endif /* defined(KERNEL) */
+#endif /* _PCFS_FAT_H_ */