]> git.sur5r.net Git - u-boot/blobdiff - include/u-boot/rsa.h
mmc: Remove hwpartition help text when command is disabled
[u-boot] / include / u-boot / rsa.h
index fd08a617fbb129034375415365b67d573ef9c6a3..68bcb14c74d298d5b838628a50c15ee22a83a15d 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (c) 2013, Google Inc.
  *
@@ -5,8 +6,6 @@
  *
  * (C) Copyright 2000-2006
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef _RSA_H
@@ -30,6 +29,8 @@ struct rsa_public_key {
        uint64_t exponent;      /* public exponent */
 };
 
+struct image_sign_info;
+
 #if IMAGE_ENABLE_SIGN
 /**
  * sign() - calculate and return signature for given input data