Files
mckernel/kernel/include/hfi1/hfi1_generated_pportdata.h
Dominique Martinet 54bdb3419d hfi1 generated headers:
- split headers into one file per struct
 - add filedata
 - fix s/modprobe/modinfo/ for guessed .ko path
2018-06-13 00:31:38 +09:00

10 lines
131 B
C

struct hfi1_pportdata {
union {
char whole_struct[12544];
struct {
char padding0[1907];
u8 vls_operational;
};
};
};