mirror of
https://github.com/grymoire/i2c_puppet-Linux.git
synced 2024-12-27 22:08:21 +01:00
8 lines
97 B
C
8 lines
97 B
C
|
#pragma once
|
||
|
|
||
|
typedef struct mutex mutex_t;
|
||
|
|
||
|
mutex_t *usb_get_mutex(void);
|
||
|
|
||
|
void usb_init(void);
|