]> git.proxmox.com Git - mirror_spl.git/blob - include/sys/types32.h
Remove minor lingering CDDL tait of copied headers. Required
[mirror_spl.git] / include / sys / types32.h
1 #ifndef _SPL_TYPES32_H
2 #define _SPL_TYPES32_H
3
4 #include <sys/int_types.h>
5 #include <sys/types.h>
6
7 typedef uint32_t caddr32_t;
8 typedef int32_t daddr32_t;
9 typedef int32_t time32_t;
10 typedef uint32_t size32_t;
11
12 #endif /* _SPL_TYPES32_H */