NetBurner 3.5.8
PDF Version
Toggle main menu visibility
partition.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
5
/*
6
* HttpSFS_MultiPartition partition management API (SOMRT1061).
7
*
8
* The boot partition (drive 0) is the protected system file system. These
9
* helpers manage a SECOND, dedicated EFFS-STD partition (the "application
10
* partition") that the application uses for its own files and can format
11
* freely. Implemented in partition.cpp.
12
*/
13
14
#ifndef HTTPSFS_MULTIPARTITION_PARTITION_H
15
#define HTTPSFS_MULTIPARTITION_PARTITION_H
16
21
int
FindAppDrive();
22
24
unsigned
long
AppPartitionSizeBytes();
25
31
int
CreateAppPartition();
32
37
int
RemoveExtraPartitions();
38
39
#endif
/* HTTPSFS_MULTIPARTITION_PARTITION_H */
examples
EFFS
Std
SystemFileSystem
HttpSFS_MultiPartition
src
partition.h
Generated by
1.18.0