embpart/embpart.h
Wiesner András d7a5a49394 - Sequential file reading works
- FAT32 file system driver is defined
- Automount implemented
- Unified file operations implemented
- File listing implemented
2023-11-11 18:03:23 +01:00

16 lines
238 B
C

#ifndef EMBPART_EMBPART_H
#define EMBPART_EMBPART_H
#include "fs/fat32/fat32.h"
#include "fs/fs_driver.h"
#include "mbr/mbr.h"
#include "mount/mount.h"
#include "file_interface.h"
#include "MassStorage.h"
#endif //EMBPART_EMBPART_H