haiku/headers/private/kernel/devs.h

13 lines
256 B
C
Executable File

/*
** 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