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:
Ian Dowse 2006-06-10 19:23:49 +00:00
parent a65032a3ae
commit caea21fc85

View File

@ -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 */