mirror of
https://github.com/sheumann/NetDisk.git
synced 2024-11-23 22:37:02 +00:00
dd228dff2d
I think there should still be some disk-switched logic elsewhere, based on the somewhat complicated rules for it in the documentation, but at least this provides a notification when a new disk is mounted.
11 lines
156 B
C
11 lines
156 B
C
#ifndef SYSTEMSERVICES_H
|
|
#define SYSTEMSERVICES_H
|
|
|
|
#include <types.h>
|
|
|
|
Boolean CacheFindBlk(void);
|
|
Boolean CacheAddBlk(void);
|
|
|
|
void SetDiskSw(void);
|
|
|
|
#endif |