mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-09 17:12:58 +00:00
include of mc68360.h changed to m68360.h to reflect filename change.
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
#include <stdlib.h> /* for atexit() */
|
#include <stdlib.h> /* for atexit() */
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include "mc68360.h"
|
#include "m68360.h"
|
||||||
|
|
||||||
#define CLOCK_VECTOR 120
|
#define CLOCK_VECTOR 120
|
||||||
#define CLOCK_IRQ_LEVEL 6
|
#define CLOCK_IRQ_LEVEL 6
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include "mc68360.h"
|
#include "m68360.h"
|
||||||
|
|
||||||
/* console_initialize
|
/* console_initialize
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include "mc68360.h"
|
#include "m68360.h"
|
||||||
|
|
||||||
void
|
void
|
||||||
_Init68360 (void)
|
_Init68360 (void)
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include "mc68360.h"
|
#include "m68360.h"
|
||||||
|
|
||||||
void
|
void
|
||||||
Timer_initialize (void)
|
Timer_initialize (void)
|
||||||
|
|||||||
Reference in New Issue
Block a user