linux/fs/squashfs/squashfs_fs_i.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef SQUASHFS_FS_I
#define SQUASHFS_FS_I
/*
 * Squashfs
 *
 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008
 * Phillip Lougher <[email protected]>
 *
 * squashfs_fs_i.h
 */

struct squashfs_inode_info {};


static inline struct squashfs_inode_info *squashfs_i(struct inode *inode)
{}
#endif