summaryrefslogtreecommitdiff
path: root/psutil/arch/osx/disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/arch/osx/disk.h')
-rw-r--r--psutil/arch/osx/disk.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/psutil/arch/osx/disk.h b/psutil/arch/osx/disk.h
new file mode 100644
index 00000000..88ca9a28
--- /dev/null
+++ b/psutil/arch/osx/disk.h
@@ -0,0 +1,11 @@
+/*
+ * Copyright (c) 2009, Jay Loden, Giampaolo Rodola'. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include <Python.h>
+
+PyObject *psutil_disk_io_counters(PyObject *self, PyObject *args);
+PyObject *psutil_disk_partitions(PyObject *self, PyObject *args);
+PyObject *psutil_disk_usage_used(PyObject *self, PyObject *args);