13 lines
256 B
C
13 lines
256 B
C
|
/*
|
||
|
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
|
||
|
** Distributed under the terms of the NewOS License.
|
||
|
*/
|
||
|
#ifndef _NEWOS_KERNEL_ARCH_DEVS_H
|
||
|
#define _NEWOS_KERNEL_ARCH_DEVS_H
|
||
|
|
||
|
#include <stage2.h>
|
||
|
|
||
|
int devs_init(kernel_args *ka);
|
||
|
|
||
|
#endif
|