From b7002c53057d4ae049237786d26f00a762dbc2ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Str=C3=B6mb=C3=A4ck?= Date: Tue, 16 Mar 2021 13:01:32 +0100 Subject: Updated names in standalone/ to match new lab numbering. --- src/standalone/upg5/thread.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/standalone/upg5/thread.h (limited to 'src/standalone/upg5/thread.h') diff --git a/src/standalone/upg5/thread.h b/src/standalone/upg5/thread.h deleted file mode 100644 index 62568ab..0000000 --- a/src/standalone/upg5/thread.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef THREAD_H -#define THREAD_H - -struct thread -{ - /* This is just a part of the Pintos Thread. */ - void* pagedir; -}; - -/* Initiate the threading system. */ -void thread_init(); - -/* Return a pointer to the currently active thread. */ -struct thread* thread_current(); - -#endif -- cgit v1.2.1