unleashed-userland README
[unleashed-userland.git] / components / trousers / llib-ltspi
blobfc7ab95e134d1e129ba937a6aa36006162bce49e
1 /*
2  * CDDL HEADER START
3  *
4  * The contents of this file are subject to the terms of the
5  * Common Development and Distribution License (the "License").
6  * You may not use this file except in compliance with the License.
7  *
8  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9  * or http://www.opensolaris.org/os/licensing.
10  * See the License for the specific language governing permissions
11  * and limitations under the License.
12  *
13  * When distributing Covered Code, include this CDDL HEADER in each
14  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15  * If applicable, add the following below this CDDL HEADER, with the
16  * fields enclosed by brackets "[]" replaced with your own identifying
17  * information: Portions Copyright [yyyy] [name of copyright owner]
18  *
19  * CDDL HEADER END
20  *
21  * Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
22  */
24 /* LINTLIBRARY */
25 /* PROTOLIB1 */
27 #include <sys/types.h>
29 #include <tss/compat11b.h>
30 #include <tss/platform.h>
31 #include <tss/tcpa_defines.h>
32 #include <tss/tcpa_error.h>
33 #include <tss/tcpa_struct.h>
34 #include <tss/tcpa_typedef.h>
35 #include <tss/tcs.h>
36 #include <tss/tcs_defines.h>
37 #include <tss/tcs_error.h>
38 #include <tss/tcs_structs.h>
39 #include <tss/tcs_typedef.h>
40 #include <tss/tddl_error.h>
41 #include <tss/tddlapi_error.h>
42 #include <tss/tddli.h>
43 #include <tss/tpm.h>
44 #include <tss/tpm_error.h>
45 #include <tss/tpm_ordinal.h>
46 #include <tss/tspi.h>
47 #include <tss/tss_defines.h>
48 #include <tss/tss_error.h>
49 #include <tss/tss_error_basics.h>
50 #include <tss/tss_structs.h>
51 #include <tss/tss_typedef.h>
53 #include <trousers/trousers.h>
54 #include <trousers/tss.h>