atapi_if.c
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:1k
源码类别:

DVD

开发平台:

C/C++

  1. /*=================================================================
  2. atapi_if.c: ATAPI INTERFACE
  3. 2000-01-01         Created  by 
  4. 2002-06-12 08:42AM Modified by cyue
  5. Copyright(c)2000-2002 by Sunplus Technology (HsingChu) Co., Ltd.
  6.                    ALL RIGHTS RESERVED
  7. =================================================================*/
  8. //#define NPRINTF
  9. //#define NEPRINTF
  10. #include "set.h"
  11. #include "stdlib.h"
  12. #ifdef DVD_SERVO
  13. #include "atapi_if728.c"
  14. #else
  15. #include "atapi_if720.c"
  16. #endif