diff options
Diffstat (limited to 'psutil/arch/windows/wmi.h')
-rw-r--r-- | psutil/arch/windows/wmi.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/psutil/arch/windows/wmi.h b/psutil/arch/windows/wmi.h new file mode 100644 index 00000000..db574a4f --- /dev/null +++ b/psutil/arch/windows/wmi.h @@ -0,0 +1,13 @@ +/* + * 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_init_loadcounter(); +PyObject* psutil_get_loadcounter(); + |