diff options
author | dzwdz | 2022-07-26 00:38:45 +0200 |
---|---|---|
committer | dzwdz | 2022-07-26 00:38:45 +0200 |
commit | 90af8825a41981ce2ee52e0a9ce84f624eb022e6 (patch) | |
tree | aed82a8ca12fdaaa960adac98afecd62a8d81ec8 /src/user_bootstrap/tar.h | |
parent | 9352abbed0f1266f511f170517a4094c6c4ff917 (diff) |
move user_bootstrap to user/bootstrap for consistency's sake
Diffstat (limited to 'src/user_bootstrap/tar.h')
-rw-r--r-- | src/user_bootstrap/tar.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/user_bootstrap/tar.h b/src/user_bootstrap/tar.h deleted file mode 100644 index 43aa9ed..0000000 --- a/src/user_bootstrap/tar.h +++ /dev/null @@ -1,5 +0,0 @@ -#pragma once -#include <shared/types.h> - -_Noreturn void tar_driver(void *base); -void *tar_find(const char *path, size_t path_len, void *base, size_t base_len); |