/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2000-2001 Christoph Hellwig. * Copyright (c) 2016 Krzysztof Blaszkowski */ #ifndef _VXFS_FSHEAD_H_ #define _VXFS_FSHEAD_H_ /* * Veritas filesystem driver - fileset header structures. * * This file contains the physical structure of the VxFS * fileset header. */ /* * Fileset header */ struct vxfs_fsh { … }; #endif /* _VXFS_FSHEAD_H_ */