X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Farm.git;a=blobdiff_plain;f=betty%2Fsystem.h;fp=betty%2Fsystem.h;h=37dcaa915fc7e2994b60ba59c9d28fcad906eb7e;hp=0000000000000000000000000000000000000000;hb=b4ca71fc214ba3c58cec25661ba1f81cf7b1b871;hpb=d6814c7408b23db8a441f731b44d4b638df24c64 diff --git a/betty/system.h b/betty/system.h new file mode 100644 index 0000000..37dcaa9 --- /dev/null +++ b/betty/system.h @@ -0,0 +1,19 @@ +/* + * system.h - header file for misc system specific stuff + * + * author: hackbard@hackdaworld.org + * + */ + +#ifndef SYSTEM_H +#define SYSTEM_H + +#include "lpc2xxx.h" +#include "types.h" + +/* function prototypes */ +void mmap_init(u8 memtype); +void pll_init(void); +void pause(int cnt); + +#endif