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