Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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