summaryrefslogtreecommitdiff
path: root/psutil/arch/osx/sensors.h
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/arch/osx/sensors.h')
-rw-r--r--psutil/arch/osx/sensors.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/psutil/arch/osx/sensors.h b/psutil/arch/osx/sensors.h
new file mode 100644
index 00000000..edace25d
--- /dev/null
+++ b/psutil/arch/osx/sensors.h
@@ -0,0 +1,9 @@
+/*
+ * 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_sensors_battery(PyObject *self, PyObject *args);