]> hackdaworld.org Git - my-code/arm.git/blobdiff - betty/system.h
start of pwm interrupt support
[my-code/arm.git] / betty / system.h
index 9031725faee6dab8be96e7aaba4f98ccfc7fddd9..5fe98d98094b1cc6c2376807f72aa795bfe989ce 100644 (file)
 #include "lpc2xxx.h"
 #include "types.h"
 
+/* defines */
+
+#define MEMTYPE_BOOT           0x00
+#define MEMTYPE_RESERVED       0x01
+#define MEMTYPE_RAM            0x02
+#define MEMTYPE_EXT            0x03
+
 /* function prototypes */
 void pll_init(void);
 void ext_mem_init(void);