first commit

This commit is contained in:
Ole Algoritme
2022-09-05 21:52:22 +02:00
commit 698a8f7487
198 changed files with 951446 additions and 0 deletions

17
include/nva/bus.h Normal file
View File

@@ -0,0 +1,17 @@
/* This file is auto-generated -- do not edit. */
#ifndef CGEN_BUS_H
#define CGEN_BUS_H
enum bus_interface_index {
BUS_PCI,
BUS_PCIE,
BUS_IGP,
BUS_FLEX_IO,
BUS_TEGRA,
NUM_BUS_INTERFACE,
BUS_INTERFACE_UNKNOWN = NUM_BUS_INTERFACE,
};
#endif