Files
Upsilon/ion/include/ion/usb.h
Émilie Feral 3261701d2d [ion] Add a method to know if the USB is plugged
Change-Id: I040ce7996bbec121c71d57a5092ffae4f5f76025
2017-04-07 14:40:34 +02:00

13 lines
101 B
C++

#ifndef ION_USB_H
#define ION_USB_H
namespace Ion {
namespace USB {
bool isPlugged();
}
}
#endif