src/target: remove 'extern' and wrap headers

Remove extern keywords from function prototypes and wrap long lines.
This commit is contained in:
Zachary T Welch
2009-11-09 04:22:23 -08:00
parent 42cafc9369
commit 3885ab5a5a
26 changed files with 293 additions and 187 deletions

View File

@@ -42,10 +42,13 @@ typedef struct armv4_5_cache_common_s
int d_u_cache_enabled;
} armv4_5_cache_common_t;
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);
int armv4_5_identify_cache(uint32_t cache_type_reg,
armv4_5_cache_common_t *cache);
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);
int armv4_5_handle_cache_info_command(struct command_context_s *cmd_ctx,
armv4_5_cache_common_t *armv4_5_cache);
enum
{