Changeset 749
- Timestamp:
- 07/08/08 15:43:05 (2 months ago)
- Location:
- Whitix/branches/fs/include
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/fs/include/config.h
r559 r749 4 4 #define CONFIG_ALL_SYMBOLS 5 5 6 #define KERN_LOG_LEVEL 4 7 6 8 #endif -
Whitix/branches/fs/include/print.h
r596 r749 1 1 #ifndef PRINT_H 2 2 #define PRINT_H 3 4 #include <config.h> 5 6 #define KERN_CRITICAL "<0>" 7 #define KERN_ERROR "<1>" 8 #define KERN_WARNING "<2>" 9 #define KERN_INFO "<3>" 10 #define KERN_DEBUG "<4>" 3 11 4 12 void KePrint(char* message, ...);
