commit | 7a6f5eb6f0a93e908ef65b7b38de2d0b86956807 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Tue Apr 13 16:46:02 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Tue Apr 13 16:46:02 2021 -0700 |
tree | ba29e54f9f1b48b2633b7eb25aaa282fbc43070b | |
parent | e84917417e62c0870d9cb3a995de5a80593721bf [diff] |
Beginning of Lisp parser
diff --git a/include/kernel/dri/pci/pci.h b/include/kernel/dri/pci/pci.h index 196a525..68cdd61 100644 --- a/include/kernel/dri/pci/pci.h +++ b/include/kernel/dri/pci/pci.h
@@ -2,6 +2,12 @@ #include <kint.h> +enum +{ + PCI_CONFIG_ADDRESS = 0xCF8, + PCI_CONFIG_DATA = 0xCFC, +}; + struct pci_config_address { union