aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/vfs.h
blob: e0044f771c2228da527ee8d7ac911c81947275ef (plain)
1
2
3
4
5
6
7
8
#ifndef _SPL_ZFS_H
#define _SPL_ZFS_H

typedef struct vfs {
	int foo;
} vfs_t;

#endif /* SPL_ZFS_H */