Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
SocketCan.hxx
Go to the documentation of this file.
1
35#ifndef _UTILS_SOCKETCAN_HXX_
36#define _UTILS_SOCKETCAN_HXX_
37
38#if defined(__linux__)
39
45int socketcan_open(const char *device, int loopback);
46
47#endif
48
49#endif // _UTILS_SOCKETCAN_HXX_