You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
323 B

#ifndef __USB_BASE_DRV
#define __USB_BASE_DRV
#include "usb_state.h"
#include <dev_transfers.h>
#include <stdint.h>
// ufi_seek is an alias for scsi_seek
extern usb_error scsi_seek(const uint16_t dev_index, const uint32_t lba);
extern usb_error ufi_seek(const uint16_t dev_index, const uint32_t lba);
#endif