forked from Imagelibrary/rtems
or1k/cpu.c: Eliminate dependency on BSP provided header
This commit is contained in:
committed by
Joel Sherrill
parent
16939b1876
commit
1c7ee732fc
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Opencore OR1K CPU Dependent Source
|
* Opencore OR1K CPU Dependent Source
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 2014 Hesham ALMatary <heshamelmatary@gmail.com>
|
* COPYRIGHT (c) 2014-2015 Hesham ALMatary <heshamelmatary@gmail.com>
|
||||||
* COPYRIGHT (c) 1989-1999.
|
* COPYRIGHT (c) 1989-1999.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
@@ -14,9 +14,14 @@
|
|||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
#include <rtems/score/isr.h>
|
#include <rtems/score/isr.h>
|
||||||
#include <rtems/score/wkspace.h>
|
#include <rtems/score/wkspace.h>
|
||||||
#include <bsp/linker-symbols.h>
|
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
|
|
||||||
|
/* bsp_start_vector_table_begin is the start address of the vector table
|
||||||
|
* containing addresses to ISR Handlers. It's defined at the BSP linkcmds
|
||||||
|
* and may differ from one BSP to another.
|
||||||
|
*/
|
||||||
|
extern char bsp_start_vector_table_begin[];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Performs processor dependent initialization.
|
* @brief Performs processor dependent initialization.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user