i2c_puppet-Linux/app/usb.h
2021-11-03 19:26:43 +01:00

8 lines
97 B
C

#pragma once
typedef struct mutex mutex_t;
mutex_t *usb_get_mutex(void);
void usb_init(void);