haiku/headers/private/kernel/devs.h

13 lines
274 B
C
Executable File

/*
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License.
*/
#ifndef KERNEL_ARCH_DEVS_H
#define KERNEL_ARCH_DEVS_H
struct kernel_args;
int devs_init(struct kernel_args *ka);
#endif /* KERNEL_ARCH_DEVS_H */