/[pearpc]/src/io/prom/fs/hfsplus/hfs.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /src/io/prom/fs/hfsplus/hfs.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 1190 byte(s)
import upstream CVS
1 /*
2 * libhfsp - library for reading and writing Macintosh HFS+ volumes
3 *
4 * This file includes definitions for access to old HFS structures.
5 *
6 * Copyright (C) 2000 Klaus Halfmann <klaus.halfmann@feri.de>
7 * Original code 1996-1998 by Robert Leslie <rob@mars.rog>
8 * other work 2000 from Brad Boyer (flar@pants.nu)
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 *
24 */
25
26
27 #define HFS_BLOCKSZ 512
28 /* A sector for Apple is always 512 bytes */
29 #define HFS_BLOCKSZ_BITS 9 /* 1<<9 == 512 */
30 #define HFS_VOLHEAD_SIG 0x4244 /* 'BD' */
31

  ViewVC Help
Powered by ViewVC 1.1.26