Files
haiku-beta6/headers/private/kernel/kdevice_manager.h
T

15 lines
338 B
C
Raw Normal View History

/*
** Copyright 2004, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
*/
#ifndef _KERNEL_DEVICE_MANAGER_H
#define _KERNEL_DEVICE_MANAGER_H
#include <SupportDefs.h>
extern status_t device_manager_init(struct kernel_args *args);
#endif /* _KRENEL_DEVICE_MANAGER_H */