From: Sebastien Bourdeauducq Date: Fri, 1 Jun 2012 22:16:38 +0000 (+0200) Subject: software/libbase: uintptr_t X-Git-Tag: 24jan2021_ls180~3139 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5fe1aade34fc6619c07c90fb21d06c03bbfa77c6;p=litex.git software/libbase: uintptr_t --- diff --git a/software/include/base/stdint.h b/software/include/base/stdint.h new file mode 100644 index 00000000..92aa15a6 --- /dev/null +++ b/software/include/base/stdint.h @@ -0,0 +1,7 @@ +#ifndef __STDINT_H +#define __STDINT_H + +typedef unsigned int uintptr_t; + +#endif /* __STDINT_H */ +