clean, logically arrange, document

This commit is contained in:
Andrew J. Kroll 2013-06-17 00:53:32 -04:00
parent 124899d2ee
commit d6dbd90216
2 changed files with 718 additions and 502 deletions

File diff suppressed because it is too large Load diff

View file

@ -283,7 +283,7 @@ private:
uint8_t ModeSense(uint8_t lun, uint8_t pc, uint8_t page, uint8_t subpage, uint8_t len, uint8_t *buf);
uint8_t GetMaxLUN(uint8_t *max_lun);
uint8_t SetCurLUN(uint8_t lun);
uint8_t Reset();
void Reset();
uint8_t ResetRecovery();
uint8_t ReadCapacity(uint8_t lun, uint16_t size, uint8_t *buf);
void ClearAllEP();