Reduce amount of macro magic. Use the same special characters as nroff
[netbsd-mini2440.git] / dist / pdisk / hfs_misc.h
blob80add2a832d9fb35d9c907a79a8b38fcf716d55b
1 //
2 // hfs_misc.h - hfs routines
3 //
4 // Written by Eryk Vershen
5 //
7 /*
8 * Copyright 2000 by Eryk Vershen
9 */
11 #ifndef __hfs_misc__
12 #define __hfs_misc__
14 #include "partition_map.h"
17 // Defines
22 // Types
27 // Global Constants
32 // Global Variables
37 // Forward declarations
39 char *get_HFS_name(partition_map *entry, int *kind);
41 #endif /* __hfs_misc__ */