aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/posix_types.h
blob: 03a0e091a884a1909e5f2e7fb8a03e01a0079370 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_POSIX_TYPES_H
#define ___ASM_SPARC_POSIX_TYPES_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm/posix_types_64.h>
#else
#include <asm/posix_types_32.h>
#endif
#endif