NetBSD/dist/pdisk/hfs_misc.h
dbj a1246c73e0 import pdisk utility from Eryk Vershen:
http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
this is the utility provided by mklinux and osX to manipulate
the Apple Partition map.
2002-07-09 05:49:02 +00:00

42 lines
381 B
C

//
// hfs_misc.h - hfs routines
//
// Written by Eryk Vershen
//
/*
* Copyright 2000 by Eryk Vershen
*/
#ifndef __hfs_misc__
#define __hfs_misc__
#include "partition_map.h"
//
// Defines
//
//
// Types
//
//
// Global Constants
//
//
// Global Variables
//
//
// Forward declarations
//
char *get_HFS_name(partition_map *entry, int *kind);
#endif /* __hfs_misc__ */