From fc83627b14536d0b13b2dd751d09cecbea9db378 Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 29 Sep 2020 02:06:41 +0200 Subject: move thread init into arch/ --- lib/arch/x86_64/asm.h | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 lib/arch/x86_64/asm.h (limited to 'lib/arch/x86_64/asm.h') 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); -- cgit v1.2.3