gio.c
上传用户:dahaojd
上传日期:2008-01-29
资源大小:14357k
文件大小:1k
源码类别:

DSP编程

开发平台:

C/C++

  1. /*
  2.  *  Copyright 2003 by Texas Instruments Incorporated.
  3.  *  All rights reserved. Property of Texas Instruments Incorporated.
  4.  *  Restricted rights to use, duplicate or disclose this code are
  5.  *  granted through contract.
  6.  *  
  7.  */
  8. /* "@(#) DDK 1.11.00.00 11-04-03 (ddk-b13)" */
  9. /*
  10.  *  ======== gio.c ========
  11.  *
  12.  */
  13. #include <std.h>
  14. #include <gio.h>
  15. #include <sys.h>
  16. GIO_Attrs GIO_ATTRS = {
  17.     2,              /* nPackets */
  18.     SYS_FOREVER,    /* timeout */
  19. };
  20. /*
  21.  *  ======== GIO_init ========
  22.  */
  23. Void GIO_init()
  24. {
  25. }