Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
include
/
hw
/
pci
/
pci_regs.h
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
h
9 lines
241 Bytes
Copy permalink
Copy
Raw
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