crypto: add header include guards
Add header include guards in case they are included multiple times. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:

committed by
Herbert Xu

parent
1c0ab408bb
commit
68289c6343
@@ -19,6 +19,9 @@
|
||||
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef _UAPI_LINUX_CRYPTOUSER_H
|
||||
#define _UAPI_LINUX_CRYPTOUSER_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
/* Netlink configuration messages. */
|
||||
@@ -198,3 +201,5 @@ struct crypto_report_acomp {
|
||||
|
||||
#define CRYPTO_REPORT_MAXSIZE (sizeof(struct crypto_user_alg) + \
|
||||
sizeof(struct crypto_report_blkcipher))
|
||||
|
||||
#endif /* _UAPI_LINUX_CRYPTOUSER_H */
|
||||
|
Reference in New Issue
Block a user