litex/software/include/base/stdint.h

8 lines
97 B
C
Raw Normal View History

2012-06-01 18:16:38 -04:00
#ifndef __STDINT_H
#define __STDINT_H
typedef unsigned int uintptr_t;
#endif /* __STDINT_H */