No Description
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.

usb_msc.h 170B

1234567891011
  1. /*
  2. * usb_msc.h
  3. */
  4. #ifndef __USB_MSC_H__
  5. #define __USB_MSC_H__
  6. bool msc_is_medium_available(void);
  7. void msc_set_medium_available(bool state);
  8. #endif // __USB_MSC_H__