~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to include/linux/pci_regs.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
392
392
#define  PCI_EXP_TYPE_DOWNSTREAM 0x6    /* Downstream Port */
393
393
#define  PCI_EXP_TYPE_PCI_BRIDGE 0x7    /* PCI/PCI-X Bridge */
394
394
#define  PCI_EXP_TYPE_RC_END    0x9     /* Root Complex Integrated Endpoint */
395
 
#define  PCI_EXP_TYPE_RC_EC     0x10    /* Root Complex Event Collector */
 
395
#define  PCI_EXP_TYPE_RC_EC     0xa     /* Root Complex Event Collector */
396
396
#define PCI_EXP_FLAGS_SLOT      0x0100  /* Slot implemented */
397
397
#define PCI_EXP_FLAGS_IRQ       0x3e00  /* Interrupt message number */
398
398
#define PCI_EXP_DEVCAP          4       /* Device capabilities */