mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
software/libbase: uintptr_t
This commit is contained in:
parent
8fa0198089
commit
5fe1aade34
1 changed files with 7 additions and 0 deletions
7
software/include/base/stdint.h
Normal file
7
software/include/base/stdint.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef __STDINT_H
|
||||
#define __STDINT_H
|
||||
|
||||
typedef unsigned int uintptr_t;
|
||||
|
||||
#endif /* __STDINT_H */
|
||||
|
Loading…
Reference in a new issue