Changeset 749 for Whitix/branches/fs/include/print.h
- Timestamp:
- 07/08/08 15:43:05 (5 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/fs/include/print.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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, ...);