]> git.sur5r.net Git - u-boot/blob - lib/libavb/libavb.h
dab17cef6e0d209e5d86c68e790b44fe4a85be84
[u-boot] / lib / libavb / libavb.h
1 /*
2  * Copyright (C) 2016 The Android Open Source Project
3  *
4  * SPDX-License-Identifier:     MIT
5  */
6
7 #ifndef LIBAVB_H_
8 #define LIBAVB_H_
9
10 /* The AVB_INSIDE_LIBAVB_H preprocessor symbol is used to enforce
11  * library users to include only this file. All public interfaces, and
12  * only public interfaces, must be included here.
13  */
14
15 #define AVB_INSIDE_LIBAVB_H
16 #include "avb_chain_partition_descriptor.h"
17 #include "avb_crypto.h"
18 #include "avb_descriptor.h"
19 #include "avb_footer.h"
20 #include "avb_hash_descriptor.h"
21 #include "avb_hashtree_descriptor.h"
22 #include "avb_kernel_cmdline_descriptor.h"
23 #include "avb_ops.h"
24 #include "avb_property_descriptor.h"
25 #include "avb_slot_verify.h"
26 #include "avb_sysdeps.h"
27 #include "avb_util.h"
28 #include "avb_vbmeta_image.h"
29 #include "avb_version.h"
30 #undef AVB_INSIDE_LIBAVB_H
31
32 #endif /* LIBAVB_H_ */