summaryrefslogtreecommitdiff
path: root/psutil/arch/osx/disk.h
blob: 88ca9a28b1fb65ce1a06e643baafd0fffe540ad4 (plain)
1
2
3
4
5
6
7
8
9
10
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);