summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/src/ez80/chip.h')
-rw-r--r--nuttx/arch/z80/src/ez80/chip.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/arch/z80/src/ez80/chip.h b/nuttx/arch/z80/src/ez80/chip.h
index ca5745f31..3402943ae 100644
--- a/nuttx/arch/z80/src/ez80/chip.h
+++ b/nuttx/arch/z80/src/ez80/chip.h
@@ -2,7 +2,7 @@
* arch/z80/src/ez80/chip.h
* arch/z80/src/chip/chip.h
*
- * Copyright (C) 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -41,6 +41,10 @@
* Included Files
************************************************************************************/
+#ifndef __ASSEMBLY__
+# include <stdint.h>
+#endif
+
/************************************************************************************
* Definitions
************************************************************************************/
@@ -78,7 +82,7 @@ extern "C" {
#define EXTERN extern
#endif
-EXTERN uint32 ez80_systemclock;
+EXTERN uint32_t ez80_systemclock;
/************************************************************************************
* Public Function Prototypes