Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

arch.h

Go to the documentation of this file.
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 

Generated on Wed Mar 22 20:36:33 2006 for ndk by  doxygen 1.4.4