1 |
|
/* |
2 |
|
* macos_util.h - MacOS definitions/utility functions |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-1999 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2000 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
244 |
|
|
245 |
|
|
246 |
|
// Functions |
247 |
< |
extern void Enqueue(uint32 elem, uint32 list); // Enqueue QElem in list |
248 |
< |
extern int FindFreeDriveNumber(int num); // Find first free drive number, starting at "num" |
249 |
< |
extern void MountVolume(void *fh); // Mount volume with given file handle (see sys.h) |
250 |
< |
extern bool HasMacStarted(void); // Test if basic MacOS initializations are done |
247 |
> |
extern void EnqueueMac(uint32 elem, uint32 list); // Enqueue QElem in list |
248 |
> |
extern int FindFreeDriveNumber(int num); // Find first free drive number, starting at "num" |
249 |
> |
extern void MountVolume(void *fh); // Mount volume with given file handle (see sys.h) |
250 |
> |
extern bool HasMacStarted(void); // Test if basic MacOS initializations are done |
251 |
|
extern void FileDiskLayout(loff_t size, uint8 *data, loff_t &start_byte, loff_t &real_size); // Calculate disk image file layout given file size and first 256 data bytes |
252 |
|
|
253 |
|
#endif |