X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=betty%2Fsystem.h;h=9031725faee6dab8be96e7aaba4f98ccfc7fddd9;hb=e5528a813600916042130b81214cd72dcf289ed5;hp=e837f010955f6d815b7417b5aee8f79d4eb79254;hpb=5da509dc909c60d63c5fba98e7ced43040eb6827;p=my-code%2Farm.git 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