include of mc68360.h changed to m68360.h to reflect filename change.

This commit is contained in:
Joel Sherrill
1996-03-06 22:25:11 +00:00
parent 110f4ff717
commit bdf531ee7f
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@
#include <stdlib.h> /* for atexit() */
#include <bsp.h>
#include <rtems/libio.h>
#include "mc68360.h"
#include "m68360.h"
#define CLOCK_VECTOR 120
#define CLOCK_IRQ_LEVEL 6

View File

@@ -28,7 +28,7 @@
#include <bsp.h>
#include <rtems/libio.h>
#include "mc68360.h"
#include "m68360.h"
/* console_initialize
*

View File

@@ -12,7 +12,7 @@
#include <rtems.h>
#include <bsp.h>
#include "mc68360.h"
#include "m68360.h"
void
_Init68360 (void)

View File

@@ -37,7 +37,7 @@
#include <rtems.h>
#include <bsp.h>
#include "mc68360.h"
#include "m68360.h"
void
Timer_initialize (void)