aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/xenoprof.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-09-30 08:43:34 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-09-30 08:43:34 +0100
commit43a134db615db6754d70f72bb1beca7b1e0b30a4 (patch)
tree6ad098be268fdfebed5203c49e4164b3d4a93d0b /xen/include/xen/xenoprof.h
parent873563eb5aaf36cb247eb61acdb42cff8383930d (diff)
downloadxen-43a134db615db6754d70f72bb1beca7b1e0b30a4.tar.gz
xen-43a134db615db6754d70f72bb1beca7b1e0b30a4.tar.bz2
xen-43a134db615db6754d70f72bb1beca7b1e0b30a4.zip
Cleanup: Make local functions static and remove unused functions.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'xen/include/xen/xenoprof.h')
-rw-r--r--xen/include/xen/xenoprof.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/xen/xenoprof.h b/xen/include/xen/xenoprof.h
index 40ab1cc386..9d760eb59a 100644
--- a/xen/include/xen/xenoprof.h
+++ b/xen/include/xen/xenoprof.h
@@ -64,6 +64,7 @@ struct xenoprof {
#endif
struct domain;
+int is_passive(struct domain *d);
void free_xenoprof_pages(struct domain *d);
int do_xenoprof_op(int op, XEN_GUEST_HANDLE(void) arg);