~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/seabios/src/tcgbios.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef TCGBIOS_H
 
2
#define TCGBIOS_H
 
3
 
 
4
#include "types.h"
 
5
 
 
6
struct bregs;
 
7
void tpm_interrupt_handler32(struct bregs *regs);
 
8
 
 
9
void tpm_setup(void);
 
10
void tpm_prepboot(void);
 
11
void tpm_s3_resume(void);
 
12
void tpm_add_bcv(u32 bootdrv, const u8 *addr, u32 length);
 
13
void tpm_add_cdrom(u32 bootdrv, const u8 *addr, u32 length);
 
14
void tpm_add_cdrom_catalog(const u8 *addr, u32 length);
 
15
void tpm_option_rom(const void *addr, u32 len);
 
16
int tpm_can_show_menu(void);
 
17
void tpm_menu(void);
 
18
 
 
19
#endif /* TCGBIOS_H */