2008-03-27 23:40:09 +00:00
|
|
|
#ifndef _SPL_TYPES32_H
|
|
|
|
#define _SPL_TYPES32_H
|
2008-03-05 00:58:54 +00:00
|
|
|
|
|
|
|
#include <sys/int_types.h>
|
2008-03-21 19:16:25 +00:00
|
|
|
#include <sys/types.h>
|
2008-03-05 00:58:54 +00:00
|
|
|
|
2008-03-27 23:40:09 +00:00
|
|
|
typedef uint32_t caddr32_t;
|
|
|
|
typedef int32_t daddr32_t;
|
|
|
|
typedef int32_t time32_t;
|
|
|
|
typedef uint32_t size32_t;
|
2008-03-05 00:58:54 +00:00
|
|
|
|
2008-03-27 23:40:09 +00:00
|
|
|
#endif /* _SPL_TYPES32_H */
|