From: whitequark Date: Thu, 30 Jul 2015 07:55:12 +0000 (+0300) Subject: libbase: define intptr_t. X-Git-Tag: 24jan2021_ls180~2171 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94cb3cbcf6eb281d319ec5540b1fa6aed2f9a7b4;p=litex.git libbase: define intptr_t. --- diff --git a/software/include/base/stdint.h b/software/include/base/stdint.h index fadee90e..90332e39 100644 --- a/software/include/base/stdint.h +++ b/software/include/base/stdint.h @@ -5,6 +5,7 @@ extern "C" { #endif +typedef int intptr_t; typedef unsigned int uintptr_t; typedef unsigned long long uint64_t;