KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpu
authorAlexander Graf <agraf@suse.de>
Fri, 29 Nov 2013 01:27:23 +0000 (02:27 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 9 Dec 2013 08:41:38 +0000 (09:41 +0100)
The kvmppc_copy_{to,from}_svcpu functions are publically visible,
so we should also export them in a header for others C files to
consume.

So far we didn't need this because we only called it from asm code.
The next patch will introduce a C caller.

Signed-off-by: Alexander Graf <agraf@suse.de>

No differences found