linux/include/linux/efs_vh.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * efs_vh.h
 *
 * Copyright (c) 1999 Al Smith
 *
 * Portions derived from IRIX header files (c) 1985 MIPS Computer Systems, Inc.
 */

#ifndef __EFS_VH_H__
#define __EFS_VH_H__

#define VHMAGIC
#define NPARTAB
#define NVDIR
#define BFNAMESIZE
#define VDNAMESIZE

struct volume_directory {};

struct partition_table {};

struct volume_header {};

/* partition type sysv is used for EFS format CD-ROM partitions */
#define SGI_SYSV
#define SGI_EFS
#define IS_EFS(x)

struct pt_types {};

#endif /* __EFS_VH_H__ */