Implement 'sicslog' command for driver logging

This commit is contained in:
Douglas Clowes
2014-04-23 16:26:18 +10:00
parent 0e0fd86da0
commit a557cf577a
4 changed files with 99 additions and 2 deletions

View File

@ -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 */