mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
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:
parent
1c0ab408bb
commit
68289c6343
5 changed files with 25 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue