MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / adfInitDevice

Method adfInitDevice

lib/vfs/amigaffs.cc:391–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389
390public:
391 RETCODE adfInitDevice(struct Device* dev, char* name, BOOL ro)
392 {
393 dev->size = getLogicalSectorCount() * getLogicalSectorSize();
394 return RC_OK;
395 }
396
397 RETCODE adfReleaseDevice(struct Device* dev)
398 {

Callers 1

adfInitDeviceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected