root/sys/compat/linuxkpi/common/include/linux/mount.h
/*
 * SPDX-License-Identifier: BSD-2-Clause
 *
 * Copyright (c) 2026 The FreeBSD Foundation
 * Copyright (c) 2026 Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
 */

#ifndef _LINUXKPI_LINUX_MOUNT_H_
#define _LINUXKPI_LINUX_MOUNT_H_

struct vfsmount {
};

#endif