source: rtems/c/src/lib/libbsp/powerpc/score603e/pci/no_host_bridge.c @ 32cf3525

4.104.114.95
Last change on this file since 32cf3525 was f48f64a, checked in by Jennifer Averett <Jennifer.Averett@…>, on 04/28/05 at 19:27:05

2005-04-28 Jennifer Averett <jennifer.averett@…>

  • Add/remove files for the Update to new exception model.
  • pci/no_host_bridge.c, vme/vmeconfig.c: New files.
  • clock/clock.c: Removed.
  • Property mode set to 100644
File size: 613 bytes
Line 
1/*
2 *  detect_host_bridge.c
3 */
4                                                                               
5#include <libcpu/io.h>
6#include <libcpu/spr.h>
7                                                                               
8#include <bsp.h>
9#include <bsp/pci.h>
10#include <bsp/consoleIo.h>
11#include <bsp/residual.h>
12#include <bsp/openpic.h>
13                                                                               
14#include <rtems/bspIo.h>
15
16/*
17 * For the 8240 and the 8245 there is no host bridge the
18 * Open PIC device is built into the processor chip.
19 */
20
21void detect_host_bridge()
22{
23}
Note: See TracBrowser for help on using the repository browser.