]> Git Repo - qemu.git/blobdiff - crypto/ivgen-essiv.h
hw/timer/armv7m_systick: Forbid non-privileged accesses
[qemu.git] / crypto / ivgen-essiv.h
index 4a00af849a38ee251df08309e3da452f4a933bb0..6c35c0b5abd5447791bc1fb7bc1c831af39b7ab1 100644 (file)
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
- *
  */
 
-#include "crypto/ivgenpriv.h"
+#ifndef QCRYPTO_IVGEN_ESSIV_H
+#define QCRYPTO_IVGEN_ESSIV_H
 
-#ifndef QCRYPTO_IVGEN_ESSIV_H__
-#define QCRYPTO_IVGEN_ESSIV_H__
+#include "ivgenpriv.h"
 
 extern struct QCryptoIVGenDriver qcrypto_ivgen_essiv;
 
-#endif /* QCRYPTO_IVGEN_ESSIV_H__ */
+#endif /* QCRYPTO_IVGEN_ESSIV_H */
This page took 0.023801 seconds and 4 git commands to generate.