forked from Imagelibrary/rtems
committed by
Sebastian Huber
parent
010bf863aa
commit
9dd2fdb970
@@ -28,7 +28,7 @@
|
||||
#include <libcpu/cecRegs.h>
|
||||
#include <libcpu/sicRegs.h>
|
||||
#include <string.h>
|
||||
#include "interrupt.h"
|
||||
#include <bsp/interrupt.h>
|
||||
|
||||
#define SIC_IAR_COUNT_SET0 4
|
||||
#define SIC_IAR_BASE_ADDRESS_0 0xFFC00150
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include <libcpu/cecRegs.h>
|
||||
#include <libcpu/sicRegs.h>
|
||||
#include <string.h>
|
||||
#include "interrupt.h"
|
||||
#include <libcpu/interrupt.h>
|
||||
|
||||
|
||||
static struct {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <rtems.h>
|
||||
|
||||
#include <libcpu/memoryRegs.h>
|
||||
#include "mmu.h"
|
||||
#include <libcpu/mmu.h>
|
||||
|
||||
/* NOTE: see notes in mmu.h */
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
#include <libcpu/dmaRegs.h>
|
||||
#include <libcpu/ethernetRegs.h>
|
||||
#include "ethernet.h"
|
||||
#include <libcpu/ethernet.h>
|
||||
|
||||
#if (BFIN_ETHERNET_DEBUG & BFIN_ETHERNET_DEBUG_DUMP_MBUFS)
|
||||
#include <rtems/dumpbuf.h>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include <errno.h>
|
||||
#include <rtems/libi2c.h>
|
||||
#include <libcpu/spiRegs.h>
|
||||
#include "spi.h"
|
||||
#include <libcpu/spi.h>
|
||||
|
||||
|
||||
#ifndef BFIN_REG16
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include <rtems.h>
|
||||
|
||||
#include <libcpu/twiRegs.h>
|
||||
#include "twi.h"
|
||||
#include <libcpu/twi.h>
|
||||
|
||||
|
||||
#ifndef N_BFIN_TWI
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <libcpu/uartRegs.h>
|
||||
#include <libcpu/dmaRegs.h>
|
||||
#include "uart.h"
|
||||
#include <libcpu/uart.h>
|
||||
|
||||
/* flags */
|
||||
#define BFIN_UART_XMIT_BUSY 0x01
|
||||
|
||||
Reference in New Issue
Block a user