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:
committed by
Balazs Gerofi
parent
03fed4d1c8
commit
54bdb3419d
9
kernel/include/hfi1/hfi1_generated_pportdata.h
Normal file
9
kernel/include/hfi1/hfi1_generated_pportdata.h
Normal file
@@ -0,0 +1,9 @@
|
||||
struct hfi1_pportdata {
|
||||
union {
|
||||
char whole_struct[12544];
|
||||
struct {
|
||||
char padding0[1907];
|
||||
u8 vls_operational;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user