mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-14 06:56:51 -04:00
Move fat32_specs to tlib
This commit is contained in:
parent
08e9ce2f53
commit
b2730f20b6
@ -13,9 +13,10 @@
|
||||
#include <pair.hpp>
|
||||
#include <function.hpp>
|
||||
|
||||
#include <tlib/fat32_specs.hpp>
|
||||
|
||||
#include "disks.hpp"
|
||||
#include "vfs/file_system.hpp"
|
||||
#include "fs/fat32_specs.hpp"
|
||||
|
||||
namespace fat32 {
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "logging.hpp"
|
||||
#include "assert.hpp"
|
||||
|
||||
|
||||
namespace {
|
||||
|
||||
struct mounted_fs {
|
||||
|
@ -1 +0,0 @@
|
||||
../../../kernel/include/fs/fat32_specs.hpp
|
@ -14,8 +14,7 @@
|
||||
#include <tlib/errors.hpp>
|
||||
#include <tlib/io.hpp>
|
||||
#include <tlib/print.hpp>
|
||||
|
||||
#include "fat32_specs.hpp"
|
||||
#include <tlib/fat32_specs.hpp>
|
||||
|
||||
static constexpr const size_t BUFFER_SIZE = 4096;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user