mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/puf_sram: cleanup header
This commit is contained in:
parent
388f9a2015
commit
4753ae382c
@ -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…
Reference in New Issue
Block a user