summaryrefslogtreecommitdiffstats
path: root/src/config/entropy.h
blob: db180c61ad6248af00e7b135135724c023259f6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef CONFIG_ENTROPY_H
#define CONFIG_ENTROPY_H

/** @file
 *
 * Entropy API configuration
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );

#include <config/defaults.h>

#include <config/local/entropy.h>

#endif /* CONFIG_ENTROPY_H */