00001 /* ndk - [ console.i386.h ] 00002 * 00003 * Basic console IO for kernel 00004 * 00005 * (c)2004 dcipher / neuraldk 00006 * www.neuraldk.org 00007 */ 00008 00017 #ifndef __ndk_timer_i386_h__ 00018 #define __ndk_timer_i386_h__ 00019 00023 ErrorCode timerInit(void); 00024 00025 #endif 00026