zfs/include/sys/vfs.h

9 lines
105 B
C

#ifndef _SPL_ZFS_H
#define _SPL_ZFS_H
typedef struct vfs_s {
int foo;
} vfs_t;
#endif /* SPL_ZFS_H */