aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/include/xen_vtpm.h
diff options
context:
space:
mode:
authorawilliam@xenbuild2.aw <awilliam@xenbuild2.aw>2007-01-31 10:30:54 -0700
committerawilliam@xenbuild2.aw <awilliam@xenbuild2.aw>2007-01-31 10:30:54 -0700
commit8e36c6490cab47a5b4acbd480a9f30f36d21fd6f (patch)
tree39eee25efcc0e8738a5e06b84daccb012fb516fc /tools/libxen/include/xen_vtpm.h
parent0bf55ad11aee51ec964904535b7a9ba0b694870f (diff)
parentf492dd97fb674fbf6fe86f3052a50098ed169201 (diff)
downloadxen-8e36c6490cab47a5b4acbd480a9f30f36d21fd6f.tar.gz
xen-8e36c6490cab47a5b4acbd480a9f30f36d21fd6f.tar.bz2
xen-8e36c6490cab47a5b4acbd480a9f30f36d21fd6f.zip
merge with xen-unstable.hg
Diffstat (limited to 'tools/libxen/include/xen_vtpm.h')
-rw-r--r--tools/libxen/include/xen_vtpm.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/libxen/include/xen_vtpm.h b/tools/libxen/include/xen_vtpm.h
index a04c8d4de3..add504221f 100644
--- a/tools/libxen/include/xen_vtpm.h
+++ b/tools/libxen/include/xen_vtpm.h
@@ -21,7 +21,6 @@
#define XEN_VTPM_H
#include "xen_common.h"
-#include "xen_driver_type.h"
#include "xen_vm_decl.h"
#include "xen_vtpm_decl.h"
@@ -67,8 +66,6 @@ typedef struct xen_vtpm_record
char *uuid;
struct xen_vm_record_opt *vm;
struct xen_vm_record_opt *backend;
- enum xen_driver_type driver;
- int64_t instance;
} xen_vtpm_record;
/**
@@ -198,19 +195,4 @@ xen_vtpm_get_vm(xen_session *session, xen_vm *result, xen_vtpm vtpm);
extern bool
xen_vtpm_get_backend(xen_session *session, xen_vm *result, xen_vtpm vtpm);
-
-/**
- * Get the driver field of the given VTPM.
- */
-extern bool
-xen_vtpm_get_driver(xen_session *session, enum xen_driver_type *result, xen_vtpm vtpm);
-
-
-/**
- * Get the instance field of the given VTPM.
- */
-extern bool
-xen_vtpm_get_instance(xen_session *session, int64_t *result, xen_vtpm vtpm);
-
-
#endif