Choco OS  V.0.16.9.0
Join to the chocolate world
oc_telnet.h
Go to the documentation of this file.
1 
28 #ifndef SYSTEM_CORE_INC_NET_PROTOCOLS_TELNET_OC_TELNET_H_
29 #define SYSTEM_CORE_INC_NET_PROTOCOLS_TELNET_OC_TELNET_H_
30 
31 #include <oc_tcp.h>
32 #include <oc_driver.h>
33 #include <oc_debug_cfg.h>
34 
40 #define _________________________________________DEFINITIONS_SECTION________________________________________________________________________
41 
42 #if CFG_ENABLE_TELNET_LOGS == ON
43 # define telnetlog( LogType, ...) kdebuglog( LogType , __VA_ARGS__ )
44 #else
45 # define telnetlog( LogType, ...)
46 #endif
47 
48 #undef _________________________________________DEFINITIONS_SECTION________________________________________________________________________
49 
50 
51 
57 #define _________________________________________TYPES_SECTION______________________________________________________________________________
58 
59 #undef _________________________________________TYPES_SECTION______________________________________________________________________________
60 
61 
67 #define _________________________________________FUNCTIONS_SECTION__________________________________________________________________________
68 
69 #undef _________________________________________FUNCTIONS_SECTION__________________________________________________________________________
70 
71 
72 
73 #endif /* SYSTEM_CORE_INC_NET_PROTOCOLS_TELNET_OC_TELNET_H_ */
Configuration of the debug functions.
The file with interface for driver creating.