|
|
1.1 root 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 <[email protected]>
7: * Original code 1996-1998 by Robert Leslie <[email protected]>
8: * other work 2000 from Brad Boyer ([email protected])
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., 51 Franklin Street - Fifth Floor, Boston,
23: * MA 02110-1301, USA.
24: *
25: * $Id: hfs.h,v 1.1.1.1 2000/07/25 10:33:40 kkaempf Exp $
26: */
27:
28:
29: #define HFS_BLOCKSZ 512
30: /* A sector for Apple is always 512 bytes */
31: #define HFS_BLOCKSZ_BITS 9 /* 1<<9 == 512 */
32: #define HFS_VOLHEAD_SIG 0x4244 /* 'BD' */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.