View | Details | Raw Unified | Return to bug 209631
Collapse All | Expand All

(-)tddl.h (-4 / +4 lines)
Lines 141-148 Link Here
141
 * parameters that may be defined by the TPM vendor. For now, the parameter
141
 * parameters that may be defined by the TPM vendor. For now, the parameter
142
 * definitions are vendor-defined.
142
 * definitions are vendor-defined.
143
 */
143
 */
144
TSS_RESULT Tddli_SetCapability(UINT32 CapArea, UINT32 SubCap,
144
//TSS_RESULT Tddli_SetCapability(UINT32 CapArea, UINT32 SubCap,
145
                               BYTE* pCapBuf, UINT32* puntCapBufLen);
145
//                               BYTE* pCapBuf, UINT32* puntCapBufLen);
146
/**
146
/**
147
 * Tddli_GetStatus - get status of the TPM driver and device TDDLI
147
 * Tddli_GetStatus - get status of the TPM driver and device TDDLI
Lines 192-199 Link Here
192
 * This command determines and sets which component, TCS or the Driver,
192
 * This command determines and sets which component, TCS or the Driver,
193
 * receives and handles the platform’s OS power state management signals.
193
 * receives and handles the platform’s OS power state management signals.
194
 */
194
 */
195
TSS_RESULT Tddli_PowerManagementControl(TSS_BOOL SendPowerManager,
195
//TSS_RESULT Tddli_PowerManagementControl(TSS_BOOL SendPowerManager,
196
                                        UINT32 DriverManagesPowerStates);
196
//                                        UINT32 DriverManagesPowerStates);
197
#ifdef __cplusplus
197
#ifdef __cplusplus
198
}
198
}

Return to bug 209631