summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/modules.h
blob: d58b5af008cd532339efe1e2f3a9314ca0cc40f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
/****************************************************************************

    modules.h

    Code that creates the "canonical" Imgtool library

****************************************************************************/

#ifndef MODULES_H
#define MODULES_H

#include "library.h"

imgtoolerr_t imgtool_create_canonical_library(bool omit_untested, std::unique_ptr<imgtool::library> &library);

#endif /* MODULES_H */