kinf.c
上传用户:caisangzi8
上传日期:2013-10-25
资源大小:15756k
文件大小:0k
源码类别:

DVD

开发平台:

C/C++

  1. #include "config.h"
  2. #include "regmap.h"
  3. #include "global.h"
  4. #include "macro.h"
  5. //
  6. // kcall_seq_end
  7. //
  8. // return -1 to
  9. //
  10. int
  11. kcall_seq_end(void)
  12. {
  13. if (GetIntrMask() & INTR_SEQ_END)
  14. return -1;
  15. return 0; 
  16. }