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.
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.
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]
22 * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 * Use is subject to license terms.
26 #ifndef _TPM_DURATION_H_
27 #define _TPM_DURATION_H_
33 TPM_UNDEFINED
, /* 3 */
37 static const TPM_DURATION_T tpm_ords_duration
[TPM_ORDINAL_MAX
] = {
38 TPM_UNDEFINED
, /* 0 */
43 TPM_UNDEFINED
, /* 5 */
93 TPM_UNDEFINED
, /* 55 */
113 TPM_UNDEFINED
, /* 75 */
123 TPM_UNDEFINED
, /* 85 */
133 TPM_UNDEFINED
, /* 95 */
138 TPM_MEDIUM
, /* 100 */
143 TPM_UNDEFINED
, /* 105 */
173 TPM_UNDEFINED
, /* 135 */
183 TPM_UNDEFINED
, /* 145 */
193 TPM_UNDEFINED
, /* 155 */
203 TPM_UNDEFINED
, /* 165 */
213 TPM_UNDEFINED
, /* 175 */
218 TPM_MEDIUM
, /* 180 */
223 TPM_MEDIUM
, /* 185 */
228 TPM_UNDEFINED
, /* 190 */
233 TPM_UNDEFINED
, /* 195 */
248 TPM_MEDIUM
, /* 210 */
253 TPM_UNDEFINED
, /* 215 */
263 TPM_UNDEFINED
, /* 225 */
273 TPM_UNDEFINED
, /* 235 */
283 /* TPM connection ordinals */
284 static const uint8_t tsc_ords_duration
[TSC_ORDINAL_MAX
] = {
285 TPM_UNDEFINED
, /* 0 */
290 TPM_UNDEFINED
, /* 5 */
299 #endif /* _TPM_DURATION_H_ */