software/libbase: uintptr_t
This commit is contained in:
parent
8fa0198089
commit
5fe1aade34
|
@ -0,0 +1,7 @@
|
||||||
|
#ifndef __STDINT_H
|
||||||
|
#define __STDINT_H
|
||||||
|
|
||||||
|
typedef unsigned int uintptr_t;
|
||||||
|
|
||||||
|
#endif /* __STDINT_H */
|
||||||
|
|
Loading…
Reference in New Issue