repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu/rayw.git]
/
include
/
hw
/
pci
/
pci_regs.h
blob
a590140962291037b9d2c54e63b8125dcb499b1d
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
#define PCI_PM_CAP_VER_1_2 0x0003
/* PCI PM spec ver. 1.2 */
8
9
#endif