NetBurner 3.5.8
PDF Version
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
21int FindAppDrive();
22
24unsigned long AppPartitionSizeBytes();
25
31int CreateAppPartition();
32
37int RemoveExtraPartitions();
38
39#endif /* HTTPSFS_MULTIPARTITION_PARTITION_H */