Sign in
akaros
/
upstream
/
fcabc288df9a44a86be68bde2c64eda38f1799b9
/
.
/
user
/
parlib
/
include
/
parlib
/
sysinfo.h
blob: 2584d3d52be434a886af1f9495b97ad75060cd70 [
file
] [
log
] [
blame
]
/* Copyright (c) 2016 Google Inc.
* Barret Rhoden <brho@cs.berkeley.edu>
* See LICENSE for details.
*
* Helper functions to query information about the system. */
#pragma
once
__BEGIN_DECLS
int
get_num_pcores
(
void
);
__END_DECLS