#include #include #include int main(int argc, char **argv) { int fd = osm_open_onboard(NULL); if (fd >= 0) { close(fd); } return 0; }