Files
gddr6/include/nva/bus.h
Ole Algoritme 698a8f7487 first commit
2022-09-05 21:52:22 +02:00

18 lines
250 B
C

/* 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