summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/score603e/pci/no_host_bridge.c
blob: 625e4f7423cfd0798f071f16d21c8fc21d34af0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 *  detect_host_bridge.c
 */
                                                                                
#include <libcpu/io.h>
#include <libcpu/spr.h>
                                                                                
#include <bsp.h>
#include <bsp/pci.h>
#include <bsp/consoleIo.h>
#include <bsp/residual.h>
#include <bsp/openpic.h>
                                                                                
#include <rtems/bspIo.h>

/*
 * For the 8240 and the 8245 there is no host bridge the 
 * Open PIC device is built into the processor chip.
 */

void detect_host_bridge()
{
}