first commit
This commit is contained in:
17
include/nva/bus.h
Normal file
17
include/nva/bus.h
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user