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