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