4a4295b267
headers rewritten to include minimally what we need. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@56 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
13 lines
237 B
C
13 lines
237 B
C
#ifndef _SPL_TYPES32_H
|
|
#define _SPL_TYPES32_H
|
|
|
|
#include <sys/int_types.h>
|
|
#include <sys/types.h>
|
|
|
|
typedef uint32_t caddr32_t;
|
|
typedef int32_t daddr32_t;
|
|
typedef int32_t time32_t;
|
|
typedef uint32_t size32_t;
|
|
|
|
#endif /* _SPL_TYPES32_H */
|