mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(soc): Add hwcrypto_reg.h for esp32p4
This commit is contained in:
parent
02f5b9a898
commit
b4cf035608
15
components/soc/esp32p4/include/soc/hwcrypto_reg.h
Normal file
15
components/soc/esp32p4/include/soc/hwcrypto_reg.h
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user