Some header work: removed unnecessary dependencies to stage2.h, fixed
some broken C++ export definitions, added missing licenses etc. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3152 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,11 +5,12 @@
|
||||
#ifndef _KERNEL_CONSOLE_H
|
||||
#define _KERNEL_CONSOLE_H
|
||||
|
||||
#include <stage2.h>
|
||||
#include <cdefs.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int con_init(kernel_args *ka);
|
||||
struct kernel_args;
|
||||
|
||||
int con_init(struct kernel_args *ka);
|
||||
void kprintf(const char *fmt, ...) __PRINTFLIKE(1,2);
|
||||
void kprintf_xy(int x, int y, const char *fmt, ...) __PRINTFLIKE(3,4);
|
||||
|
||||
#endif
|
||||
#endif /* _KERNEL_CONSOLE_H */
|
||||
|
||||
Reference in New Issue
Block a user