mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
crypto: inside-secure - Add fw_little_endian option
This is to add fw_little_endian option, which can be used for platform which firmware is using little-endian (instead of big-endian). Signed-off-by: Peter Harliman Liem <pliem@maxlinear.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
committed by
Herbert Xu
parent
22044d9b04
commit
594ed3d245
@@ -735,6 +735,7 @@ enum safexcel_eip_version {
|
||||
|
||||
struct safexcel_priv_data {
|
||||
enum safexcel_eip_version version;
|
||||
bool fw_little_endian;
|
||||
};
|
||||
|
||||
/* Priority we use for advertising our algorithms */
|
||||
|
||||
Reference in New Issue
Block a user