forked from auracaster/openocd
Transform 'u32' to 'uint32_t' in src/target/arm*
- Replace '\([^_]\)u32' with '\1uint32_t'. - Replace '^u32' with 'uint32_t'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2278 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -42,8 +42,8 @@ typedef struct armv4_5_cache_common_s
|
||||
int d_u_cache_enabled;
|
||||
} armv4_5_cache_common_t;
|
||||
|
||||
extern int armv4_5_identify_cache(u32 cache_type_reg, armv4_5_cache_common_t *cache);
|
||||
extern int armv4_5_cache_state(u32 cp15_control_reg, armv4_5_cache_common_t *cache);
|
||||
extern int armv4_5_identify_cache(uint32_t cache_type_reg, armv4_5_cache_common_t *cache);
|
||||
extern int armv4_5_cache_state(uint32_t cp15_control_reg, armv4_5_cache_common_t *cache);
|
||||
|
||||
extern int armv4_5_handle_cache_info_command(struct command_context_s *cmd_ctx, armv4_5_cache_common_t *armv4_5_cache);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user