Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261155
b: refs/heads/master
c: 688398b
h: refs/heads/master
i:
  261153: 15837f3
  261151: d54da8e
v: v3
  • Loading branch information
Myron Stowe authored and Jesse Barnes committed Jul 22, 2011
1 parent 4bd8a39 commit eb7b99b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 43d786ed4df4c54cb8802a523748a7d78130a2cb
refs/heads/master: 688398bb7b9c6ac115da7749ea808d3ef69e029f
4 changes: 2 additions & 2 deletions trunk/include/linux/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,8 @@ void pci_enable_ido(struct pci_dev *dev, unsigned long type);
void pci_disable_ido(struct pci_dev *dev, unsigned long type);

enum pci_obff_signal_type {
PCI_EXP_OBFF_SIGNAL_L0,
PCI_EXP_OBFF_SIGNAL_ALWAYS,
PCI_EXP_OBFF_SIGNAL_L0 = 0,
PCI_EXP_OBFF_SIGNAL_ALWAYS = 1,
};
int pci_enable_obff(struct pci_dev *dev, enum pci_obff_signal_type);
void pci_disable_obff(struct pci_dev *dev);
Expand Down

0 comments on commit eb7b99b

Please sign in to comment.