mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
Define iaddr_t and saddr_t for arm.
This commit is contained in:
parent
c1b2de5af0
commit
027e3e1b0d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129216
@ -61,7 +61,10 @@ typedef long saddr_t; /* signed long same size as pointer */
|
||||
typedef unsigned long iaddr_t; /* unsigned long same size as pointer */
|
||||
typedef long saddr_t; /* signed long same size as pointer */
|
||||
#endif
|
||||
|
||||
#ifdef __arm__
|
||||
typedef unsigned long iaddr_t; /* unsigned int same size as pointer */
|
||||
typedef int saddr_t; /* signed int same size as pointer */
|
||||
#endif
|
||||
#include "zalloc_mem.h"
|
||||
|
||||
#define Prototype extern
|
||||
|
Loading…
Reference in New Issue
Block a user