Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169160
b: refs/heads/master
c: d6ba452
h: refs/heads/master
v: v3
  • Loading branch information
Mimi Zohar authored and James Morris committed Oct 27, 2009
1 parent 7a839e3 commit 94bce1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c21a7fb492bf7e2c4985937082ce58ddeca84bd
refs/heads/master: d6ba452128178091dab7a04d54f7e66fdc32fb39
7 changes: 7 additions & 0 deletions trunk/include/linux/tpm.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,12 @@

extern int tpm_pcr_read(u32 chip_num, int pcr_idx, u8 *res_buf);
extern int tpm_pcr_extend(u32 chip_num, int pcr_idx, const u8 *hash);
#else
static inline int tpm_pcr_read(u32 chip_num, int pcr_idx, u8 *res_buf) {
return -ENODEV;
}
static inline int tpm_pcr_extend(u32 chip_num, int pcr_idx, const u8 *hash) {
return -ENODEV;
}
#endif
#endif

0 comments on commit 94bce1b

Please sign in to comment.