X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Farm.git;a=blobdiff_plain;f=betty%2Fsystem.h;fp=betty%2Fsystem.h;h=9031725faee6dab8be96e7aaba4f98ccfc7fddd9;hp=e837f010955f6d815b7417b5aee8f79d4eb79254;hb=ec21607f7dc421c6a474d93b90e9045ec465a222;hpb=be9286b8103eef7df95506c831b48ec5c1d6f32f diff --git a/betty/system.h b/betty/system.h index e837f01..9031725 100644 --- a/betty/system.h +++ b/betty/system.h @@ -12,8 +12,10 @@ #include "types.h" /* function prototypes */ -void mmap_init(u8 memtype); void pll_init(void); +void ext_mem_init(void); +void pin_init(void); +void mmap_init(u8 memtype); void pause(u32 cnt); #endif