Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
nload
/
d0990301e83c66fc8c7f6fc6b16438afe9f3f168
/
.
/
src
/
devreader-linux.h
blob: d22c9f7af12179a8301ffb6187fe33e58817b10d [
file
] [
log
] [
blame
] [
raw
]
#ifndef
DEVREADER_LINUX_H
#define
DEVREADER_LINUX_H
#include
<string>
#include
<list>
class
DevReaderLinux
{
public
:
static
bool
isAvailable
();
static
std
::
list
<
std
::
string
>
findAllDevices
();
};
#endif