kinf.c
上传用户:caisangzi8
上传日期:2013-10-25
资源大小:15756k
文件大小:0k
- #include "config.h"
- #include "regmap.h"
- #include "global.h"
- #include "macro.h"
- //
- // kcall_seq_end
- //
- // return -1 to
- //
- int
- kcall_seq_end(void)
- {
- if (GetIntrMask() & INTR_SEQ_END)
- return -1;
- return 0;
- }