X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Farm.git;a=blobdiff_plain;f=betty%2Fsystem.h;fp=betty%2Fsystem.h;h=5fe98d98094b1cc6c2376807f72aa795bfe989ce;hp=9031725faee6dab8be96e7aaba4f98ccfc7fddd9;hb=916c8dd1dfa2414ae8b58ab1e3d477b24c553815;hpb=6292cc9190f6e7f36a3634057740e770d58d7460 diff --git a/betty/system.h b/betty/system.h index 9031725..5fe98d9 100644 --- a/betty/system.h +++ b/betty/system.h @@ -11,6 +11,13 @@ #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);