summaryrefslogtreecommitdiff
path: root/src/user/fs/tar.h
diff options
context:
space:
mode:
authordzwdz2022-07-24 15:07:57 +0200
committerdzwdz2022-07-24 15:07:57 +0200
commit9f3fdb830f61cd8c8c1f1db9d03cba1c546c1a7e (patch)
treef5ec030c736f5201332c51cb99169b288185b84b /src/user/fs/tar.h
parent0228be3fd404cdebecf6d21b8964f6063f12dfbe (diff)
user: change the directory structure to prepare for multiple binaries
Diffstat (limited to 'src/user/fs/tar.h')
-rw-r--r--src/user/fs/tar.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/user/fs/tar.h b/src/user/fs/tar.h
deleted file mode 100644
index c1dee78..0000000
--- a/src/user/fs/tar.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#pragma once
-#include <shared/types.h>
-
-_Noreturn void tar_driver(void *base);