]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/mini-os.git/commit
tpmif: fix identifier prefixes
authorJan Beulich <jbeulich@suse.com>
Fri, 21 Jun 2013 06:39:43 +0000 (08:39 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 21 Jun 2013 06:39:43 +0000 (08:39 +0200)
commit9995b71b12d80f1ec779cf13b2efeb4b2dab5f21
treeff9bfcc35832f48e9ff27fc9269729479dffa81d
parentea3c15f2c457b77b2f0e64075bd738d1536d9199
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>
include/tpmfront.h
tpmback.c
tpmfront.c