[v1.06][ARM] Add support for Ampere Altra (#262)

This commit is contained in:
Dr-Noob
2024-08-19 08:46:07 +01:00
parent aa94389bbe
commit 48c598cf3b
8 changed files with 36 additions and 50 deletions

View File

@@ -1,8 +1,11 @@
#ifndef __PCI__
#define __PCI__
#define PCI_VENDOR_NVIDIA 0x10de
#define PCI_VENDOR_NVIDIA 0x10de
#define PCI_VENDOR_AMPERE 0x1def
#define PCI_DEVICE_TEGRA_X1 0x0faf
#define PCI_DEVICE_ALTRA 0xe100
struct pci_device {
char * path;