Move fat32_specs to tlib

This commit is contained in:
Baptiste Wicht 2016-08-17 22:26:09 +02:00
parent 08e9ce2f53
commit b2730f20b6
5 changed files with 3 additions and 5 deletions

View File

@ -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 {

View File

@ -26,7 +26,6 @@
#include "logging.hpp"
#include "assert.hpp"
namespace {
struct mounted_fs {

View File

@ -1 +0,0 @@
../../../kernel/include/fs/fat32_specs.hpp

View File

@ -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;