blob: f42211e66ad45751574c29cc481e9ffeeb044611 [file] [log] [blame]
Uwe Hermann1a9c8922007-04-01 17:24:03 +00001/*
Stefan Reinauer7e61e452008-01-18 10:35:56 +00002 * This file is part of the coreboot project.
Uwe Hermann1a9c8922007-04-01 17:24:03 +00003 *
Uwe Hermann1a9c8922007-04-01 17:24:03 +00004 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
Uwe Hermann1a9c8922007-04-01 17:24:03 +000014 */
15
Richard Smithcb8eab42006-07-24 04:25:47 +000016#ifndef NORTHBRIDGE_INTEL_440BX_H
17#define NORTHBRIDGE_INTEL_440BX_H
18
Elyes HAOUAS64d2d102018-02-09 08:43:01 +010019extern unsigned int i440bx_scan_root_bus(struct device *root, unsigned int max);
Richard Smithcb8eab42006-07-24 04:25:47 +000020
Uwe Hermann1a9c8922007-04-01 17:24:03 +000021#endif /* NORTHBRIDGE_INTEL_440BX_H */