/*
* Copyright 2010 Tilera Corporation. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation, version 2.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
* NON INFRINGEMENT. See the GNU General Public License for
* more details.
*/
/**
* @file drv_pcie_rc_intf.h
* Interface definitions for the PCIE Root Complex.
*/
#ifndef _SYS_HV_DRV_PCIE_RC_INTF_H
#define _SYS_HV_DRV_PCIE_RC_INTF_H
/** File offset for reading the interrupt base number used for PCIE legacy
interrupts and PLX Gen 1 requirement flag */
#define PCIE_RC_CONFIG_MASK_OFF 0
/**
* Structure used for obtaining PCIe config information, read from the PCIE
* subsystem /ctl file at initialization
*/
typedef struct pcie_rc_config
{
int intr; /**< interrupt number used for downcall */
int plx_gen1; /**< flag for PLX Gen 1 configuration */
} pcie_rc_config_t;
#endif /* _SYS_HV_DRV_PCIE_RC_INTF_H */
御道御小黑
- 粉丝: 80
- 资源: 1万+
最新资源
- 人力-工伤培训课件 9.工伤预防培训.pptx
- 人力-工伤培训课件 12.职业病预防.pptx
- 人力-工伤培训课件 10.工伤预防知识培训.pptx
- 人力-工伤培训课件 11.工伤预防知识培训2.pptx
- file-devel-5.11-37.el7.x64-86.rpm.tar.gz
- file-libs-5.11-37.el7.x64-86.rpm.tar.gz
- file-static-5.11-37.el7.x64-86.rpm.tar.gz
- 电力通信 系统中运维数据采 集技术的研究与分析.pdf
- filebench-1.4.9.1-3.el7.x64-86.rpm.tar.gz
- filesystem-content-3.2-25.el7.x64-86.rpm.tar.gz
- 航天发射 体系的脆弱性及发展对策.pdf
- finch-2.10.11-9.el7.x64-86.rpm.tar.gz
- finch-devel-2.10.11-9.el7.x64-86.rpm.tar.gz
- finger-0.17-52.el7.x64-86.rpm.tar.gz
- Postman安装文件 64位 版本7.13
- qqbrowser_15.9.2.2196_GA_20250117_124543_1100125299.apk
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
评论0