259N/A/*
259N/A * CDDL HEADER START
259N/A *
259N/A * The contents of this file are subject to the terms of the
259N/A * Common Development and Distribution License (the "License").
259N/A * You may not use this file except in compliance with the License.
259N/A *
259N/A * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
259N/A * or http://www.opensolaris.org/os/licensing.
259N/A * See the License for the specific language governing permissions
259N/A * and limitations under the License.
259N/A *
259N/A * When distributing Covered Code, include this CDDL HEADER in each
259N/A * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
259N/A * If applicable, add the following below this CDDL HEADER, with the
259N/A * fields enclosed by brackets "[]" replaced with your own identifying
259N/A * information: Portions Copyright [yyyy] [name of copyright owner]
259N/A *
259N/A * CDDL HEADER END
259N/A *
259N/A * Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
259N/A */
259N/A
259N/A/* LINTLIBRARY */
259N/A/* PROTOLIB1 */
259N/A
259N/A#include <sys/types.h>
259N/A
259N/A#include <tss/compat11b.h>
259N/A#include <tss/platform.h>
259N/A#include <tss/tcpa_defines.h>
259N/A#include <tss/tcpa_error.h>
259N/A#include <tss/tcpa_struct.h>
259N/A#include <tss/tcpa_typedef.h>
259N/A#include <tss/tcs.h>
259N/A#include <tss/tcs_defines.h>
259N/A#include <tss/tcs_error.h>
259N/A#include <tss/tcs_structs.h>
259N/A#include <tss/tcs_typedef.h>
259N/A#include <tss/tddl_error.h>
259N/A#include <tss/tddlapi_error.h>
259N/A#include <tss/tddli.h>
259N/A#include <tss/tpm.h>
259N/A#include <tss/tpm_error.h>
259N/A#include <tss/tpm_ordinal.h>
259N/A#include <tss/tspi.h>
259N/A#include <tss/tss_defines.h>
259N/A#include <tss/tss_error.h>
259N/A#include <tss/tss_error_basics.h>
259N/A#include <tss/tss_structs.h>
259N/A#include <tss/tss_typedef.h>
259N/A
259N/A#include <trousers/trousers.h>
259N/A#include <trousers/tss.h>