3f345ceba9498c35b54f1e4bb23cc28a1de90927
[project/umbim.git] / mbim-dev.h
1 #ifndef _MBIM_DEV_H__
2 #define _MBIM_DEV_H__
3
4 extern uint8_t mbim_buffer[MBIM_BUFFER_SIZE];
5 extern int no_close;
6
7 int mbim_send(void);
8 void mbim_open(const char *path);
9
10 #endif