litex/software/include/base/stdint.h

8 lines
97 B
C

#ifndef __STDINT_H
#define __STDINT_H
typedef unsigned int uintptr_t;
#endif /* __STDINT_H */