Move the new flags field to the end of the structure to maintain
ABI compatibility. Suggested by: mlaier (and forgotten by me)
This commit is contained in:
parent
a65032a3ae
commit
caea21fc85
@ -48,9 +48,9 @@ struct firmware {
|
||||
size_t datasize; /* size of image in bytes */
|
||||
unsigned int version; /* version of the image */
|
||||
int refcnt; /* held references */
|
||||
int flags; /* FIRMWAREFLAG_ flags */
|
||||
struct firmware *parent; /* not null if a subimage */
|
||||
linker_file_t file; /* loadable module */
|
||||
int flags; /* FIRMWAREFLAG_ flags */
|
||||
};
|
||||
|
||||
/* "flags" field definitions */
|
||||
|
Loading…
x
Reference in New Issue
Block a user