1/*
2 * Copyright 2007 Haiku, Inc.
3 * Distributed under the terms of the MIT License.
4 *
5 * arch-specific config manager
6 *
7 * Authors (in chronological order):
8 *              Fran��ois Revol (revol@free.fr)
9 */
10
11#include <OS.h>
12#include <config_manager.h>
13
14int config_manager_scan_hardcoded(struct device_info **info, int32 *count)
15{
16	return B_OK;
17}
18
19