/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _UAPI_ADFS_FS_H #define _UAPI_ADFS_FS_H #include <linux/types.h> #include <linux/magic.h> /* * Disc Record at disc address 0xc00 */ struct adfs_discrecord { … } __attribute__((packed, aligned …)); #define ADFS_DISCRECORD … #define ADFS_DR_OFFSET … #define ADFS_DR_SIZE … #define ADFS_DR_SIZE_BITS … #endif /* _UAPI_ADFS_FS_H */