Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
software/libbase: uintptr_t
  • Loading branch information
Sebastien Bourdeauducq committed Jun 1, 2012
1 parent 8fa0198 commit 5fe1aad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions software/include/base/stdint.h
@@ -0,0 +1,7 @@
#ifndef __STDINT_H
#define __STDINT_H

typedef unsigned int uintptr_t;

#endif /* __STDINT_H */

0 comments on commit 5fe1aad

Please sign in to comment.