]> git.ipfire.org Git - thirdparty/strongswan.git/blob - src/libimcv/pts/components/ita/ita_comp_tboot.h
Update copyright headers after acquisition by secunet
[thirdparty/strongswan.git] / src / libimcv / pts / components / ita / ita_comp_tboot.h
1 /*
2 * Copyright (C) 2011-2012 Sansar Choinyambuu, Andreas Steffen
3 *
4 * Copyright (C) secunet Security Networks AG
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
10 *
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 * for more details.
15 */
16
17 /**
18 * @defgroup pts_ita_comp_func_name pts_ita_comp_func_name
19 * @{ @ingroup pts
20 */
21
22 #ifndef PTS_ITA_COMP_TBOOT_H_
23 #define PTS_ITA_COMP_TBOOT_H_
24
25 #include "pts/components/pts_component.h"
26
27 /**
28 * Create a PTS ITS Functional Component object
29 *
30 * @param depth Sub-component depth
31 * @param pts_db PTS measurement database
32 */
33 pts_component_t* pts_ita_comp_tboot_create(uint32_t depth,
34 pts_database_t *pts_db);
35
36 #endif /** PTS_ITA_COMP_TBOOT_H_ @}*/