|
@@ -0,0 +1,15 @@
|
|
|
|
|
+/*
|
|
|
|
|
+ * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
|
|
|
|
+ *
|
|
|
|
|
+ * SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
+ */
|
|
|
|
|
+#ifndef __HWCRYPTO_REG_H__
|
|
|
|
|
+#define __HWCRYPTO_REG_H__
|
|
|
|
|
+
|
|
|
|
|
+#include "soc/aes_reg.h"
|
|
|
|
|
+#include "soc/ds_reg.h"
|
|
|
|
|
+#include "soc/hmac_reg.h"
|
|
|
|
|
+#include "soc/rsa_reg.h"
|
|
|
|
|
+#include "soc/sha_reg.h"
|
|
|
|
|
+
|
|
|
|
|
+#endif
|