00001 /* ndk - [ arch.h ] 00002 * 00003 * Architecture dependant initialization code. 00004 * Implementations will be in the respective 00005 * src/arch/{arch} folder 00006 * 00007 * (c)2004 dcipher / neuraldk 00008 * www.neuraldk.org 00009 */ 00010 00016 #ifndef __ndk_arch_h__ 00017 #define __ndk_arch_h__ 00018 00019 #include <errorCodes.h> 00020 00021 ErrorCode architectureInit(unsigned long magic, unsigned long addr); 00022 00023 #endif 00024