StupidOS/include/fs/fat16.h

11 lines
139 B
C
Raw Normal View History

2024-04-14 05:35:43 +00:00
#ifndef ECHFS_H
# define ECHFS_H 1
typedef struct {
2024-04-28 06:41:36 +00:00
uint8_t jmp[4];
uint8_t signature[8];
2024-04-14 05:35:43 +00:00
} EchFSIdentityTable;
#endif /* !ECHFS_H */