mbim-dev.h 176 B

12345678910
  1. #ifndef _MBIM_DEV_H__
  2. #define _MBIM_DEV_H__
  3. extern uint8_t mbim_buffer[MBIM_BUFFER_SIZE];
  4. extern int no_close;
  5. int mbim_send(void);
  6. void mbim_open(const char *path);
  7. #endif