Sign in
akaros
/
upstream
/
refs/heads/bxe
/
.
/
tests
/
max_vcores.c
blob: ff9c09552a792adb604ab8dd9e2932f290fe7c7d [
file
] [
log
] [
blame
] [
edit
]
#include
<stdlib.h>
#include
<stdio.h>
#include
<parlib.h>
#include
<vcore.h>
/* Ghetto, sets its retval to max_vc to communicate without pipes */
int
main
(
int
argc
,
char
**
argv
)
{
return
max_vcores
();
}