aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/bsd-proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-user/bsd-proc.h')
-rw-r--r--bsd-user/bsd-proc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsd-user/bsd-proc.h b/bsd-user/bsd-proc.h
index 048773a..b6225e5 100644
--- a/bsd-user/bsd-proc.h
+++ b/bsd-user/bsd-proc.h
@@ -26,6 +26,8 @@
#include "gdbstub/syscalls.h"
#include "qemu/plugin.h"
+int bsd_get_ncpu(void);
+
/* exit(2) */
static inline abi_long do_bsd_exit(void *cpu_env, abi_long arg1)
{