xref: /linux/fs/hfsplus/hfsplus_raw.h (revision ca010e2ef64ce2a8f3907a5c02f8109012ea5dc6)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  *  linux/include/linux/hfsplus_raw.h
4  *
5  * Copyright (C) 1999
6  * Brad Boyer (flar@pants.nu)
7  * (C) 2003 Ardis Technologies <roman@ardistech.com>
8  *
9  * Format of structures on disk
10  * Information taken from Apple Technote #1150 (HFS Plus Volume Format)
11  *
12  */
13 
14 #ifndef _LINUX_HFSPLUS_RAW_H
15 #define _LINUX_HFSPLUS_RAW_H
16 
17 #include <linux/types.h>
18 #include <linux/hfs_common.h>
19 
20 #endif
21