/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef AFFS_HARDBLOCKS_H #define AFFS_HARDBLOCKS_H #include <linux/types.h> /* Just the needed definitions for the RDB of an Amiga HD. */ struct RigidDiskBlock { … }; #define IDNAME_RIGIDDISK … struct PartitionBlock { … }; #define IDNAME_PARTITION … #define RDB_ALLOCATION_LIMIT … #endif /* AFFS_HARDBLOCKS_H */