Pull in some default page typedefs

This commit is contained in:
Brian Behlendorf 2009-01-05 16:14:38 -08:00
parent 0f37204417
commit 7adbea4141

View File

@ -49,5 +49,8 @@ typedef longlong_t diskaddr_t;
typedef ushort_t o_mode_t;
typedef uint_t major_t;
typedef uint_t minor_t;
typedef ulong_t pfn_t;
typedef ulong_t pgcnt_t;
typedef long spgcnt_t;
#endif /* _SPL_TYPES_H */