- split headers into one file per struct - add filedata - fix s/modprobe/modinfo/ for guessed .ko path
10 lines
131 B
C
10 lines
131 B
C
struct hfi1_pportdata {
|
|
union {
|
|
char whole_struct[12544];
|
|
struct {
|
|
char padding0[1907];
|
|
u8 vls_operational;
|
|
};
|
|
};
|
|
};
|