litex/software/include/base/stdint.h
2012-06-02 00:16:38 +02:00

7 lines
97 B
C

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