root/Whitix/trunk/include/print.h

Revision 888, 278 bytes (checked in by mwhitworth, 4 years ago)

Add prototype for KeSetOutput.

Line 
1#ifndef PRINT_H
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>"
11
12void KePrint(char* message, ...);
13void KeSetOutput(void (*newOutput)(char*, int));
14
15#endif
Note: See TracBrowser for help on using the browser.