forked from acco/chti23
7 lines
116 B
C
7 lines
116 B
C
#ifndef GESTION_SON_H__
|
|
#define GESTION_SON_H__
|
|
|
|
extern void CallbackSon(void);
|
|
extern void StartSon(void);
|
|
|
|
#endif
|