564cba312e
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
13 lines
281 B
C
Executable File
13 lines
281 B
C
Executable File
/*
|
|
** Copyright 2001, Travis Geiselbrecht. All rights reserved.
|
|
** Distributed under the terms of the NewOS License.
|
|
*/
|
|
#ifndef KERNEL_FB_CONSOLE_H
|
|
#define KERNEL_FB_CONSOLE_H
|
|
|
|
struct kernel_args;
|
|
|
|
int fb_console_dev_init(struct kernel_args *ka);
|
|
|
|
#endif /* KERNEL_FB_CONSOLE_H */
|