Add mountd progr.

This commit is contained in:
jbnadal
2017-06-06 18:16:28 +02:00
parent 51fac8f4b3
commit 527f8c52e3
27 changed files with 2594 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#ifndef _SIGNAL_H__
#define _SIGNAL_H__
void signal_init(void (*_crtlc_cb)(void));
int signal_usr1(void);
int signal_usr2(void);
#endif