forked from Imagelibrary/rtems
m68k/gen68340/include/bsp.h: Do not include <rtems/clockdrv.h>
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
#include <stdlib.h> /* for atexit() */
|
#include <stdlib.h> /* for atexit() */
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <m68340.h>
|
#include <m68340.h>
|
||||||
|
#include <rtems/clockdrv.h>
|
||||||
|
|
||||||
#define CLOCK_VECTOR 120 /* clock isr routine vector in the vbr */
|
#define CLOCK_VECTOR 120 /* clock isr routine vector in the vbr */
|
||||||
#define CLOCK_IRQ_LEVEL 6 /* clock isr level */
|
#define CLOCK_IRQ_LEVEL 6 /* clock isr level */
|
||||||
|
|||||||
@@ -34,7 +34,6 @@
|
|||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <rtems/console.h>
|
#include <rtems/console.h>
|
||||||
#include <rtems/iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <rtems/clockdrv.h>
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
Reference in New Issue
Block a user