filename | src/aica/armcore.h |
changeset | 998:1754a8c6a9cf |
prev | 934:3acd3b3ee6d1 |
next | 1065:bc1cc0c54917 |
author | nkeynes |
date | Tue Mar 24 11:15:57 2009 +0000 (13 years ago) |
permissions | -rw-r--r-- |
last change | Add preliminary implementation of the GDB remote debugging server - attaches to either or both the SH4 and ARM |
file | annotate | diff | log | raw |
1.1 --- a/src/aica/armcore.h Fri Dec 26 14:25:23 2008 +00001.2 +++ b/src/aica/armcore.h Tue Mar 24 11:15:57 2009 +00001.3 @@ -109,6 +109,8 @@1.4 void arm_write_byte_user( uint32_t addr, uint32_t val );1.5 int32_t arm_read_phys_word( uint32_t addr );1.6 int arm_has_page( uint32_t addr );1.7 +size_t arm_read_phys( unsigned char *buf, uint32_t addr, size_t len );1.8 +size_t arm_write_phys( uint32_t addr, unsigned char *buf, size_t len );1.10 #ifdef __cplusplus1.11 }
.