aboutsummaryrefslogtreecommitdiff
path: root/lib/arch/x86_64/asm.h
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-09-29 02:06:41 +0200
committerjohannst <johannes.stoelp@gmail.com>2020-09-29 02:06:41 +0200
commitfc83627b14536d0b13b2dd751d09cecbea9db378 (patch)
tree68d42350261fb7769615ceaa8af4187eb2dc571e /lib/arch/x86_64/asm.h
parent38d7af6768871a5d285e776bbcfe18b6e7440cfb (diff)
downloadmatcha-threads-fc83627b14536d0b13b2dd751d09cecbea9db378.tar.gz
matcha-threads-fc83627b14536d0b13b2dd751d09cecbea9db378.zip
move thread init into arch/
Diffstat (limited to 'lib/arch/x86_64/asm.h')
-rw-r--r--lib/arch/x86_64/asm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/arch/x86_64/asm.h b/lib/arch/x86_64/asm.h
deleted file mode 100644
index 962ff1b..0000000
--- a/lib/arch/x86_64/asm.h
+++ /dev/null
@@ -1,4 +0,0 @@
-/* Copyright (c) 2020 Johannes Stoelp */
-
-extern "C" void thread_create();
-extern "C" void yield(const void* new_stack, void* const* old_stack);