00001
00021 #ifndef _kz_private_h_
00022 #define _kz_private_h_
00023
00024
00025
00026
00027
00028 #ifdef __cplusplus
00029 extern "C" {
00030 #endif
00031
00032
00033 void KzAttIni(VP_INT arg);
00034
00035
00036 void KzDevCycHander(void);
00037 void KzDevPollingTask(VP_INT arg);
00038
00039
00040 void KzAudioDspTask(VP_INT arg);
00041 void KzAudioISRSport0(void);
00042
00043 #ifdef __cplusplus
00044 }
00045 #endif
00046
00047
00048
00049 #ifdef __cplusplus
00050 extern "C" {
00051 #endif
00052
00053
00054 extern const char* KzGetCurPath(void);
00055 extern void KzSetPath( char *dest, const char *arg);
00056 extern void KzSetStdoutFp(FILE *fp);
00057 extern void KzRelStdoutFp(void);
00058
00059
00060 extern B KzGetchar(void);
00061 extern void KzPutchar(B c);
00062
00063
00064 extern int KzMMCGetCardType(void);
00065
00066 #ifdef __cplusplus
00067 }
00068 #endif
00069
00070 #endif