forked from Imagelibrary/rtems
bsps/m68k: removed set_vector() prototypes
removed all set_vector() function prototypes from all the respective bsp.h header files and removed bsps/shared/start/setvec.c from respective .yml files.
This commit is contained in:
committed by
Kinsey Moore
parent
e9cb088995
commit
ecab84ce29
@@ -62,12 +62,6 @@ extern int rtems_fec_driver_attach (struct rtems_bsdnet_ifconfig *config, int at
|
|||||||
|
|
||||||
uint32_t get_CPU_clock_speed(void);
|
uint32_t get_CPU_clock_speed(void);
|
||||||
|
|
||||||
rtems_isr_entry set_vector(
|
|
||||||
rtems_isr_entry handler,
|
|
||||||
rtems_vector_number vector,
|
|
||||||
int type
|
|
||||||
);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Interrupt assignments
|
* Interrupt assignments
|
||||||
* Highest-priority listed first
|
* Highest-priority listed first
|
||||||
|
|||||||
@@ -89,12 +89,6 @@ extern "C" {
|
|||||||
|
|
||||||
uint32_t get_CPU_clock_speed(void);
|
uint32_t get_CPU_clock_speed(void);
|
||||||
|
|
||||||
rtems_isr_entry set_vector(
|
|
||||||
rtems_isr_entry handler,
|
|
||||||
rtems_vector_number vector,
|
|
||||||
int type
|
|
||||||
);
|
|
||||||
|
|
||||||
/* Initial values for the interrupt level and priority registers (INTC_ICRn) */
|
/* Initial values for the interrupt level and priority registers (INTC_ICRn) */
|
||||||
extern const uint8_t mcf548x_intc_icr_init_values[64];
|
extern const uint8_t mcf548x_intc_icr_init_values[64];
|
||||||
|
|
||||||
|
|||||||
@@ -52,11 +52,6 @@ extern int rtems_fec_driver_attach (struct rtems_bsdnet_ifconfig *config, int at
|
|||||||
/* functions */
|
/* functions */
|
||||||
|
|
||||||
uint32_t get_CPU_clock_speed(void);
|
uint32_t get_CPU_clock_speed(void);
|
||||||
rtems_isr_entry set_vector(
|
|
||||||
rtems_isr_entry handler,
|
|
||||||
rtems_vector_number vector,
|
|
||||||
int type
|
|
||||||
);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Interrupt assignments
|
* Interrupt assignments
|
||||||
|
|||||||
@@ -59,12 +59,6 @@ extern int rtems_fec_driver_attach (struct rtems_bsdnet_ifconfig *config, int at
|
|||||||
uint32_t bsp_get_CPU_clock_speed(void);
|
uint32_t bsp_get_CPU_clock_speed(void);
|
||||||
uint32_t bsp_get_BUS_clock_speed(void);
|
uint32_t bsp_get_BUS_clock_speed(void);
|
||||||
|
|
||||||
rtems_isr_entry set_vector(
|
|
||||||
rtems_isr_entry handler,
|
|
||||||
rtems_vector_number vector,
|
|
||||||
int type
|
|
||||||
);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Interrupt assignments
|
* Interrupt assignments
|
||||||
* Highest-priority listed first
|
* Highest-priority listed first
|
||||||
|
|||||||
@@ -86,12 +86,6 @@ const char *bsp_getbenv(const char *a);
|
|||||||
int bsp_flash_erase_range(volatile unsigned short *flashptr, int start, int end);
|
int bsp_flash_erase_range(volatile unsigned short *flashptr, int start, int end);
|
||||||
int bsp_flash_write_range(volatile unsigned short *flashptr, bsp_mnode_t *chain, int offset);
|
int bsp_flash_write_range(volatile unsigned short *flashptr, bsp_mnode_t *chain, int offset);
|
||||||
|
|
||||||
rtems_isr_entry set_vector(
|
|
||||||
rtems_isr_entry handler,
|
|
||||||
rtems_vector_number vector,
|
|
||||||
int type
|
|
||||||
);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Interrupt assignments
|
* Interrupt assignments
|
||||||
* Highest-priority listed first
|
* Highest-priority listed first
|
||||||
|
|||||||
@@ -49,6 +49,5 @@ source:
|
|||||||
- bsps/shared/start/bspreset-loop.c
|
- bsps/shared/start/bspreset-loop.c
|
||||||
- bsps/shared/start/gettargethash-default.c
|
- bsps/shared/start/gettargethash-default.c
|
||||||
- bsps/shared/start/sbrk.c
|
- bsps/shared/start/sbrk.c
|
||||||
- bsps/shared/start/setvec.c
|
|
||||||
- bsps/shared/atomics/__atomic_test_and_set.c
|
- bsps/shared/atomics/__atomic_test_and_set.c
|
||||||
type: build
|
type: build
|
||||||
|
|||||||
@@ -41,5 +41,4 @@ source:
|
|||||||
- bsps/shared/start/bspreset-loop.c
|
- bsps/shared/start/bspreset-loop.c
|
||||||
- bsps/shared/start/gettargethash-default.c
|
- bsps/shared/start/gettargethash-default.c
|
||||||
- bsps/shared/start/sbrk.c
|
- bsps/shared/start/sbrk.c
|
||||||
- bsps/shared/start/setvec.c
|
|
||||||
type: build
|
type: build
|
||||||
|
|||||||
@@ -54,5 +54,4 @@ source:
|
|||||||
- bsps/shared/start/bspreset-loop.c
|
- bsps/shared/start/bspreset-loop.c
|
||||||
- bsps/shared/start/gettargethash-default.c
|
- bsps/shared/start/gettargethash-default.c
|
||||||
- bsps/shared/start/sbrk.c
|
- bsps/shared/start/sbrk.c
|
||||||
- bsps/shared/start/setvec.c
|
|
||||||
type: build
|
type: build
|
||||||
|
|||||||
@@ -51,6 +51,5 @@ source:
|
|||||||
- bsps/shared/start/bspreset-loop.c
|
- bsps/shared/start/bspreset-loop.c
|
||||||
- bsps/shared/start/gettargethash-default.c
|
- bsps/shared/start/gettargethash-default.c
|
||||||
- bsps/shared/start/sbrk.c
|
- bsps/shared/start/sbrk.c
|
||||||
- bsps/shared/start/setvec.c
|
|
||||||
- bsps/shared/atomics/__atomic_test_and_set.c
|
- bsps/shared/atomics/__atomic_test_and_set.c
|
||||||
type: build
|
type: build
|
||||||
|
|||||||
@@ -49,6 +49,5 @@ source:
|
|||||||
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
|
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
|
||||||
- bsps/shared/start/gettargethash-default.c
|
- bsps/shared/start/gettargethash-default.c
|
||||||
- bsps/shared/start/sbrk.c
|
- bsps/shared/start/sbrk.c
|
||||||
- bsps/shared/start/setvec.c
|
|
||||||
- bsps/shared/atomics/__atomic_test_and_set.c
|
- bsps/shared/atomics/__atomic_test_and_set.c
|
||||||
type: build
|
type: build
|
||||||
|
|||||||
Reference in New Issue
Block a user