pciDevParams.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.  *  ======== teb6416_pci_devParams.c ========
  11.  *   default driver parameters
  12.  */
  13. #include <std.h>
  14. #include <c64xx_pci.h>
  15. /*
  16.  *  ======== pciDevParams ========
  17.  *  This static initialization defines the device parameters.
  18.  */
  19. C64XX_PCI_DevParams pciDevParams = {
  20.         C64XX_PCI_VERSION_1,          
  21.         6,
  22.         -1,               
  23.         NULL,
  24.         C64XX_PCI_INTR_MASK_DEFAULT   
  25. };