Files
mckernel/kernel/include/hfi1/hfi1_generated_pportdata.h
Balazs Gerofi 0b9a657a01 HFI: support IFS 10.8-0
Change-Id: Iebc0e2b50faf464efcc5134cc40dc52e0bd6eea7
2019-04-15 11:26:39 +09:00

10 lines
131 B
C

struct hfi1_pportdata {
union {
char whole_struct[12992];
struct {
char padding0[2113];
u8 vls_operational;
};
};
};