X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fasm-frv%2Ftypes.h;h=767e5ed71c4ba37c718b8b5beecfe045c856ef8b;hb=56db6c52bb61509c114b9f1b1eecc7461229770a;hp=50605df6d8acbc024adcba5f4c7aabe1ac57ca14;hpb=0481990b758628e12f4b0a9e15094e70cefc7cd1;p=~andy%2Flinux diff --git a/include/asm-frv/types.h b/include/asm-frv/types.h index 50605df6d8a..767e5ed71c4 100644 --- a/include/asm-frv/types.h +++ b/include/asm-frv/types.h @@ -30,9 +30,9 @@ typedef unsigned short __u16; typedef __signed__ int __s32; typedef unsigned int __u32; -#if defined(__GNUC__) && !defined(__STRICT_ANSI__) -typedef __signed__ long long __s64; -typedef unsigned long long __u64; +#if defined(__GNUC__) +__extension__ typedef __signed__ long long __s64; +__extension__ typedef unsigned long long __u64; #endif #endif /* __ASSEMBLY__ */ @@ -46,7 +46,6 @@ typedef unsigned long long __u64; #ifndef __ASSEMBLY__ -#include typedef signed char s8; typedef unsigned char u8; @@ -59,7 +58,6 @@ typedef unsigned int u32; typedef signed long long s64; typedef unsigned long long u64; -typedef u64 u_quad_t; /* Dma addresses are 32-bits wide. */