diff --git a/arch/xtensa/include/types.h b/arch/xtensa/include/types.h index bb13a1b3e65..8fefd9c225d 100644 --- a/arch/xtensa/include/types.h +++ b/arch/xtensa/include/types.h @@ -69,8 +69,8 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t; typedef unsigned short _uint16_t; -typedef signed long _int32_t; -typedef unsigned long _uint32_t; +typedef signed int _int32_t; +typedef unsigned int _uint32_t; typedef signed long long _int64_t; typedef unsigned long long _uint64_t;