Procházet zdrojové kódy

feat(soc): Add hwcrypto_reg.h for esp32p4

harshal.patil před 2 roky
rodič
revize
b4cf035608
1 změnil soubory, kde provedl 15 přidání a 0 odebrání
  1. 15 0
      components/soc/esp32p4/include/soc/hwcrypto_reg.h

+ 15 - 0
components/soc/esp32p4/include/soc/hwcrypto_reg.h

@@ -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