aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2013-06-21 08:39:43 +0200
committerJan Beulich <jbeulich@suse.com>2013-06-21 08:39:43 +0200
commitaf501e3af46ea9d65ad114084bb7b55b4ae6846e (patch)
tree32bd45190c28fec2205c5f41ffc08e9549ba7848 /extras/mini-os/include
parent8ee5e399c16c3343faed13bdfd4be95c12f429eb (diff)
downloadxen-af501e3af46ea9d65ad114084bb7b55b4ae6846e.tar.gz
xen-af501e3af46ea9d65ad114084bb7b55b4ae6846e.tar.bz2
xen-af501e3af46ea9d65ad114084bb7b55b4ae6846e.zip
tpmif: fix identifier prefixes
The definitions here shouldn't use vtpm_ or VPTM_ as their prefixes, the interface should instead make use of tpmif_ and TPMIF_. This fixes a build failure after syncing the public headers to linux-2.6.18-xen.hg (where a struct vtpm_state already exists). Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Diffstat (limited to 'extras/mini-os/include')
-rw-r--r--extras/mini-os/include/tpmfront.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/mini-os/include/tpmfront.h b/extras/mini-os/include/tpmfront.h
index a0c7c4d8b5..c489faec75 100644
--- a/extras/mini-os/include/tpmfront.h
+++ b/extras/mini-os/include/tpmfront.h
@@ -37,7 +37,7 @@ struct tpmfront_dev {
grant_ref_t ring_ref;
evtchn_port_t evtchn;
- vtpm_shared_page_t *page;
+ tpmif_shared_page_t *page;
domid_t bedomid;
char* nodename;