mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Move crypto header files from include/crypto to include/nuttx/crypto
This commit is contained in:
@@ -47,9 +47,9 @@
|
||||
#include <errno.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <crypto/crypto.h>
|
||||
#include <arch/board/board.h>
|
||||
#include <nuttx/crypto/crypto.h>
|
||||
#include <nuttx/arch.h>
|
||||
#include <arch/board/board.h>
|
||||
|
||||
#include "up_internal.h"
|
||||
#include "up_arch.h"
|
||||
@@ -205,4 +205,4 @@ int up_aesinitialize()
|
||||
sam_aes_enableclk();
|
||||
putreg32(AES_CR_SWRST, SAM_AES_CR);
|
||||
return OK;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user