mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
7 lines
97 B
C
7 lines
97 B
C
#ifndef __STDINT_H
|
|
#define __STDINT_H
|
|
|
|
typedef unsigned int uintptr_t;
|
|
|
|
#endif /* __STDINT_H */
|
|
|