bsps/bfin: Use public include path

Update #3254.
This commit is contained in:
Chris Johns
2018-01-04 08:55:19 +01:00
committed by Sebastian Huber
parent 010bf863aa
commit 9dd2fdb970
7 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -16,7 +16,7 @@
#include <libcpu/cecRegs.h>
#include <libcpu/sicRegs.h>
#include <string.h>
#include "interrupt.h"
#include <libcpu/interrupt.h>
static struct {

View File

@@ -12,7 +12,7 @@
#include <rtems.h>
#include <libcpu/memoryRegs.h>
#include "mmu.h"
#include <libcpu/mmu.h>
/* NOTE: see notes in mmu.h */

View File

@@ -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>

View File

@@ -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

View File

@@ -15,7 +15,7 @@
#include <rtems.h>
#include <libcpu/twiRegs.h>
#include "twi.h"
#include <libcpu/twi.h>
#ifndef N_BFIN_TWI

View File

@@ -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