aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/include/xen_pif_metrics_decl.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_pif_metrics_decl.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_pif_metrics_decl.h')
-rw-r--r--tools/libxen/include/xen_pif_metrics_decl.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/tools/libxen/include/xen_pif_metrics_decl.h b/tools/libxen/include/xen_pif_metrics_decl.h
new file mode 100644
index 0000000000..71afe69d53
--- /dev/null
+++ b/tools/libxen/include/xen_pif_metrics_decl.h
@@ -0,0 +1,30 @@
+/*
+ * Copyright (c) 2006, XenSource Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+#ifndef XEN_PIF_METRICS_DECL_H
+#define XEN_PIF_METRICS_DECL_H
+
+typedef void *xen_pif_metrics;
+
+struct xen_pif_metrics_set;
+struct xen_pif_metrics_record;
+struct xen_pif_metrics_record_set;
+struct xen_pif_metrics_record_opt;
+struct xen_pif_metrics_record_opt_set;
+
+#endif