mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
Merge pull request #18995 from kfessel/p-cleanup-pufsram
sys/puf_sram: cleanup header
This commit is contained in:
commit
eea954cc22
@ -58,8 +58,9 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "hashes.h"
|
#include <stdbool.h>
|
||||||
#include "thread.h"
|
#include <stddef.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief SRAM length considered for seeding
|
* @brief SRAM length considered for seeding
|
||||||
|
|||||||
@ -16,6 +16,8 @@
|
|||||||
*
|
*
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
#include "cpu_conf.h"
|
||||||
|
#include "hashes.h"
|
||||||
#include "puf_sram.h"
|
#include "puf_sram.h"
|
||||||
|
|
||||||
/* Allocation of the PUF seed variable */
|
/* Allocation of the PUF seed variable */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user