| * Copyright (C) 1999 Russell King |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| * Structures of directories on the F format disk |
| unsigned char startmasseq; |
| unsigned char startname[4]; |
| #define ADFS_NEWDIR_SIZE 2048 |
| #define ADFS_NUM_DIR_ENTRIES 77 |
| #define ADFS_F_NAME_LEN 10 |
| char dirobname[ADFS_F_NAME_LEN]; |
| unsigned char dirlastmask; |
| unsigned char dirparent[3]; |
| unsigned char reserved[14]; |
| unsigned char endname[4]; |
| unsigned char dircheckbyte; |
| unsigned char dirlastmask; |
| unsigned char reserved[2]; |
| unsigned char dirparent[3]; |
| unsigned char endname[4]; |
| unsigned char dircheckbyte; |