2 * Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef _KERNEL_ARCH_SYSTEM_INFO_H
6 #define _KERNEL_ARCH_SYSTEM_INFO_H
10 #include <arch_system_info.h>
20 status_t
arch_system_info_init(struct kernel_args
*args
);
21 void arch_fill_topology_node(cpu_topology_node_info
* node
, int32 cpu
);
27 #endif /* _KRENEL_ARCH_SYSTEM_INFO_H */