Sming Framework API
()
Toggle main menu visibility
Sming
Libraries
DiskStorage
src
include
Storage
Disk.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Disk/MBR.h
"
4
#include "
Disk/GPT.h
"
5
6
#ifdef ARCH_HOST
7
#include <
Storage/Disk/HostFileDevice.h
>
8
#endif
9
10
namespace
Storage::Disk
11
{
12
bool
scanPartitions
(Device& device);
13
14
}
// namespace Storage::Disk
Storage::Disk::scanPartitions
bool scanPartitions(Device &device)
HostFileDevice.h
MBR.h
Storage::Disk
Definition:
Partition.h:77
GPT.h
Generated by
1.8.17