summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-04 19:43:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-04 19:43:10 +0000
commit244faa4df19e834ea16718e646f4c337a2b47165 (patch)
tree84ea33eedd9008f0e2a62f05d08decb2feeef9a5 /nuttx/arch/arm/include
parente6e92a686b35f50455f9a6c1be6e59c110e91b93 (diff)
downloadpx4-nuttx-244faa4df19e834ea16718e646f4c337a2b47165.tar.gz
px4-nuttx-244faa4df19e834ea16718e646f4c337a2b47165.tar.bz2
px4-nuttx-244faa4df19e834ea16718e646f4c337a2b47165.zip
Add HC12 header files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2304 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/include')
-rw-r--r--nuttx/arch/arm/include/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/arch/arm/include/types.h b/nuttx/arch/arm/include/types.h
index 964ce8960..f2dbc5a06 100644
--- a/nuttx/arch/arm/include/types.h
+++ b/nuttx/arch/arm/include/types.h
@@ -67,6 +67,10 @@ typedef unsigned int uint32;
typedef long long sint64;
typedef unsigned long long uint64;
+/* A pointer is 4 bytes */
+
+typedef unsigned int uintptr;
+
/* This is the size of the interrupt state save returned by irqsave(). For
* ARM, a 32 register value is returned, for the thumb2, Cortex-M3, the 16-bit
* primask register value is returned,