mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-30 08:34:04 +02:00
8 lines
179 B
C
8 lines
179 B
C
|
struct atusd_dsc;
|
||
|
|
||
|
|
||
|
struct atusd_dsc *atusd_open(void);
|
||
|
void atusd_close(struct atusd_dsc *dsc);
|
||
|
void atusd_cycle(struct atusd_dsc *dsc);
|
||
|
void atusd_reset(struct atusd_dsc *dsc);
|