hfi1 generated headers:

- split headers into one file per struct
 - add filedata
 - fix s/modprobe/modinfo/ for guessed .ko path
This commit is contained in:
Dominique Martinet
2017-10-04 11:48:39 +09:00
committed by Balazs Gerofi
parent 03fed4d1c8
commit 54bdb3419d
6 changed files with 202 additions and 192 deletions

View File

@@ -0,0 +1,9 @@
struct hfi1_pportdata {
union {
char whole_struct[12544];
struct {
char padding0[1907];
u8 vls_operational;
};
};
};