forked from Imagelibrary/rtems
@@ -12,7 +12,7 @@
|
||||
|
||||
#include <bsp.h>
|
||||
#include <bsp/watchdog.h>
|
||||
#include <grlib.h>
|
||||
#include <grlib/grlib.h>
|
||||
|
||||
extern volatile struct gptimer_regs *LEON3_Timer_Regs;
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <bspopts.h>
|
||||
#include <bsp/fatal.h>
|
||||
#include <rtems/rtems/intr.h>
|
||||
#include <ambapp.h>
|
||||
#include <grlib/ambapp.h>
|
||||
#include <rtems/score/profiling.h>
|
||||
#include <rtems/score/sparcimpl.h>
|
||||
#include <rtems/timecounter.h>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
#include <bsp.h>
|
||||
#include <bsp/fatal.h>
|
||||
#include <bsp/apbuart_termios.h>
|
||||
#include <grlib/apbuart_termios.h>
|
||||
#include <rtems/console.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <bsp/apbuart.h>
|
||||
#include <grlib/apbuart.h>
|
||||
|
||||
int leon3_debug_uart_index __attribute__((weak)) = 0;
|
||||
struct apbuart_regs *leon3_debug_uart = NULL;
|
||||
|
||||
@@ -31,8 +31,8 @@
|
||||
#define LEON3_AHB_SLAVES 64
|
||||
#define LEON3_APB_SLAVES 16
|
||||
|
||||
#include <ambapp.h>
|
||||
#include <grlib.h>
|
||||
#include <grlib/ambapp.h>
|
||||
#include <grlib/grlib.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include <bsp.h>
|
||||
#include <libchip/smc91111exp.h>
|
||||
#include <rtems/bspIo.h>
|
||||
#include <ambapp.h>
|
||||
#include <grlib/ambapp.h>
|
||||
|
||||
#define SMC91111_BASE_ADDR (void*)0x20000300
|
||||
#define SMC91111_BASE_IRQ 4
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include <bsp.h>
|
||||
#include <bsp/fatal.h>
|
||||
#include <leon.h>
|
||||
#include <ambapp.h>
|
||||
#include <grlib/ambapp.h>
|
||||
#include <rtems/sysinit.h>
|
||||
|
||||
unsigned int leon3_timer_prescaler __attribute__((weak)) = 0;
|
||||
@@ -32,7 +32,7 @@ struct ambapp_bus ambapp_plb;
|
||||
*/
|
||||
#ifdef RTEMS_DRVMGR_STARTUP
|
||||
#include <drvmgr/drvmgr.h>
|
||||
#include <drvmgr/ambapp_bus_grlib.h>
|
||||
#include <grlib/ambapp_bus_grlib.h>
|
||||
|
||||
extern void gptimer_register_drv (void);
|
||||
extern void apbuart_cons_register_drv(void);
|
||||
|
||||
Reference in New Issue
Block a user