mirror of
https://github.com/eliboa/TegraRcmGUI.git
synced 2024-11-25 03:32:05 +00:00
11 lines
111 B
C++
11 lines
111 B
C++
#ifndef RCMDEVICE_H
|
|
#define RCMDEVICE_H
|
|
|
|
|
|
class RcmDevice
|
|
{
|
|
public:
|
|
RcmDevice();
|
|
};
|
|
|
|
#endif // RCMDEVICE_H
|