Files
mop3/include/fs_types.h
kamkow1 8ae16342b6
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 40s
Build documentation / build-and-deploy (push) Successful in 33s
ISO9660 filesystem driver
2026-04-06 22:45:54 +02:00

10 lines
152 B
C

#ifndef _FS_TYPES_H
#define _FS_TYPES_H
#define FS_TARFS 0
#define FS_FAT16 1
#define FS_FAT32 2
#define FS_ISO9660 3
#endif // _FS_TYPES_H