hfsplus_raw.h 425 B

1234567891011121314151617181920
  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. #ifndef _LINUX_HFSPLUS_RAW_H
  14. #define _LINUX_HFSPLUS_RAW_H
  15. #include <linux/types.h>
  16. #include <linux/hfs_common.h>
  17. #endif