Changeset 16 for trunk/hal/generic
- Timestamp:
- May 10, 2017, 5:04:01 PM (8 years ago)
- Location:
- trunk/hal/generic
- Files:
-
- 4 added
- 7 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_atomic.h
r2 r16 25 25 #define _HAL_ATOMIC_H_ 26 26 27 #include < almos_config.h>27 #include <kernel_config.h> 28 28 #include <hal_types.h> 29 29 -
trunk/hal/generic/hal_special.h
r2 r16 116 116 void hal_fixed_delay(); 117 117 118 /***************************************************************************************** 119 * This function returns informations on MMU exceptions : 120 * @ mmu_ins_excp_code : [out] instruction fetch exception code 121 * @ mmu_ins_bad_vaddr : [out] instruction fetch faulty virtual address 122 * @ mmu_dat_excp_code : [out] data access exception code 123 * @ mmu_dat_bad_vaddr : [out] data access faulty virtual address 124 ****************************************************************************************/ 125 void hal_get_mmu_excp( intptr_t * mmu_ins_excp_code, 126 intptr_t * mmu_ins_bad_vaddr, 127 intptr_t * mmu_dat_excp_code, 128 intptr_t * mmu_dat_bad_vaddr ); 118 129 119 130
Note: See TracChangeset
for help on using the changeset viewer.