repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MAINTAINERS: Make section QOM cover hw/core/*bus.c as well
[qemu/armbru.git]
/
include
/
hw
/
pci
/
pci_regs.h
blob
77ba64b9314d50de04acc3d0786ee0110a9b9f41
1
#ifndef HW_PCI_PCI_REGS_H
2
#define HW_PCI_PCI_REGS_H
3
4
#include
"standard-headers/linux/pci_regs.h"
5
6
#define PCI_PM_CAP_VER_1_1 0x0002
/* PCI PM spec ver. 1.1 */
7
8
#endif