mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
The new client can (lazily) read disks now, although nothing's actually done
with the result.
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#ifndef USB_H
|
||||
#define USB_H
|
||||
|
||||
class Fluxmap;
|
||||
|
||||
extern int usbGetVersion();
|
||||
extern void usbSeek(uint8_t track);
|
||||
extern void usbSeek(int track);
|
||||
extern nanoseconds_t usbGetRotationalPeriod();
|
||||
extern void usbTestBulkTransport();
|
||||
extern std::unique_ptr<Fluxmap> usbRead(int side, int revolutions);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user