aboutsummaryrefslogtreecommitdiff
path: root/trampoline.h
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-04-24 17:31:01 +1200
committerDavid Phillips <david@sighup.nz>2018-04-24 17:31:01 +1200
commit579a6ffe7f0ec2e460d25ef6c6b4e732228e707d (patch)
tree683bbb2c6a16ce880924f0b928438c1195fa9873 /trampoline.h
parent133dd90a0de29b7c24217ca87af57ede4da1247b (diff)
downloadsand-leek-579a6ffe7f0ec2e460d25ef6c6b4e732228e707d.tar.xz
Remove magic constant for thread count
Diffstat (limited to 'trampoline.h')
-rw-r--r--trampoline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/trampoline.h b/trampoline.h
index 5f4a76e..814f0db 100644
--- a/trampoline.h
+++ b/trampoline.h
@@ -1,5 +1,7 @@
#include "sha1.h"
+#define SL_WORK_THREADS 32768
+
int tramp_init(const char *preferred_platform);
void tramp_destroy(void);
int tramp_load_kernel(const char *filename);