mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 17:18:24 +00:00
[bsp/raspberry-pi] add raspi2/cpu
This commit is contained in:
12
bsp/raspberry-pi/raspi2/cpu/cp15.h
Normal file
12
bsp/raspberry-pi/raspi2/cpu/cp15.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __CP15_H__
|
||||
#define __CP15_H__
|
||||
|
||||
unsigned long rt_cpu_get_smp_id(void);
|
||||
|
||||
void rt_cpu_mmu_disable(void);
|
||||
void rt_cpu_mmu_enable(void);
|
||||
void rt_cpu_tlb_set(volatile unsigned long*);
|
||||
|
||||
void rt_cpu_vector_set_base(unsigned int addr);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user