Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e04cbfc authored by Oleg Drokin's avatar Oleg Drokin Committed by Greg Kroah-Hartman
Browse files

staging/lustre: Get rid of sec_cmd_t typedef



Replace with enum sec_cmd

Signed-off-by: default avatarOleg Drokin <green@linuxhacker.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bfea4767
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3436,13 +3436,13 @@ union lu_page {
};

/* security opcodes */
typedef enum {
enum sec_cmd {
	SEC_CTX_INIT	    = 801,
	SEC_CTX_INIT_CONT       = 802,
	SEC_CTX_FINI	    = 803,
	SEC_LAST_OPC,
	SEC_FIRST_OPC	   = SEC_CTX_INIT
} sec_cmd_t;
};

/*
 * capa related definitions