Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 /* Copyright (c) 2011 The Chromium OS Authors. All rights reserved. | |
| 2 * Use of this source code is governed by a BSD-style license that can be | |
| 3 * found in the LICENSE file. | |
| 4 */ | |
| 5 | |
| 6 int tpm_open_v03(void) | |
| 7 { | |
| 8 return 0; | |
| 9 } | |
| 10 | |
| 11 int tpm_close_v03(void) | |
| 12 { | |
| 13 return 0; | |
| 14 } | |
|
Che-Liang Chiou
2011/03/14 08:49:54
Where is tpm_init_v03 and tpm_sendrecv_v03?
rongchang
2011/03/23 11:44:57
in tpm_proto.c
| |
| 15 | |
| OLD | NEW |