|
|
1.1 root 1: /*
2: * UAE - The Un*x Amiga Emulator
3: *
4: * Unix file system handler for AmigaDOS
5: *
6: * Copyright 1997 Bernd Schmidt
7: */
8:
9: struct hardfiledata {
10: unsigned long size;
11: int nrcyls;
12: int secspertrack;
13: int surfaces;
14: int reservedblocks;
1.1.1.3 root 15: int blocksize;
1.1 root 16: FILE *fd;
17: };
18:
1.1.1.2 root 19: struct uaedev_mount_info;
20:
1.1 root 21: extern struct hardfiledata *get_hardfile_data (int nr);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.