mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05:00
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@48 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
8 lines
103 B
C
8 lines
103 B
C
#ifndef _SPL_ZFS_H
|
|
#define _SPL_ZFS_H
|
|
|
|
typedef struct vfs {
|
|
int foo;
|
|
} vfs_t;
|
|
|
|
#endif /* SPL_ZFS_H */
|