StupidOS/include/fs/fat16.h

11 lines
139 B
C

#ifndef ECHFS_H
# define ECHFS_H 1
typedef struct {
uint8_t jmp[4];
uint8_t signature[8];
} EchFSIdentityTable;
#endif /* !ECHFS_H */