1 #ifndef _E1_PROTO_H_
2 #define _E1_PROTO_H_
3 int kprintf( char *msg, int len);
4 #define KPRINTF(msg)  kprintf(msg, strlen(msg)+1)
5 #endif
6