zfs/include/sys/vfs.h

9 lines
103 B
C

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