1
0
mirror of https://github.com/grymoire/i2c_puppet-Linux.git synced 2025-04-08 09:56:46 +02:00
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);