2 * Copyright 2005-2006, Ingo Weinhold <bonefish@cs.tu-berlin.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
6 #ifndef _KERNEL_OPEN_FIRMWARE_DEVICES_H
7 #define _KERNEL_OPEN_FIRMWARE_DEVICES_H
9 #include <SupportDefs.h>
15 status_t
of_get_next_device(int *_cookie
, int root
, const char *type
,
16 char *path
, size_t pathSize
);
22 #endif /* _KERNEL_OPEN_FIRMWARE_DEVICES_H */