mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +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 <bsp.h>
|
||||
#include <rtems/libio.h>
|
||||
#include "mc68360.h"
|
||||
#include "m68360.h"
|
||||
|
||||
#define CLOCK_VECTOR 120
|
||||
#define CLOCK_IRQ_LEVEL 6
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
#include <bsp.h>
|
||||
#include <rtems/libio.h>
|
||||
#include "mc68360.h"
|
||||
#include "m68360.h"
|
||||
|
||||
/* console_initialize
|
||||
*
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include <bsp.h>
|
||||
#include "mc68360.h"
|
||||
#include "m68360.h"
|
||||
|
||||
void
|
||||
_Init68360 (void)
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include <bsp.h>
|
||||
#include "mc68360.h"
|
||||
#include "m68360.h"
|
||||
|
||||
void
|
||||
Timer_initialize (void)
|
||||
|
||||
Reference in New Issue
Block a user