Implement 'sicslog' command for driver logging
This commit is contained in:
@ -57,6 +57,10 @@ typedef enum {
|
||||
eLogError /* error message to log: is always written to client */
|
||||
} OutCode;
|
||||
|
||||
const char* OutCodeToTxt(OutCode outcode);
|
||||
const char* OutCodeToText(OutCode outcode);
|
||||
int OutCodeFromText(const char *text, OutCode *outcode);
|
||||
|
||||
#include "interrupt.h"
|
||||
|
||||
/* define some user rights codes */
|
||||
|
Reference in New Issue
Block a user