sim: bfin: add support for glued SIC interrupt lines
[deliverable/binutils-gdb.git] / sim / bfin / dv-bfin_wp.c
index efa0804fe66e44fab9c365fcecdb30d40c913594..9f35ac698b0b41d0657086c407d1960c3e22dfcd 100644 (file)
@@ -54,7 +54,8 @@ struct bfin_wp
 #define mmr_offset(mmr) (offsetof(struct bfin_wp, mmr) - mmr_base())
 #define mmr_idx(mmr)    (mmr_offset (mmr) / 4)
 
-static const char * const mmr_names[] = {
+static const char * const mmr_names[] =
+{
   [mmr_idx (iactl)] = "WPIACTL",
   [mmr_idx (ia)]    = "WPIA0", "WPIA1", "WPIA2", "WPIA3", "WPIA4", "WPIA5",
   [mmr_idx (iacnt)] = "WPIACNT0", "WPIACNT1", "WPIACNT2",
@@ -182,7 +183,8 @@ bfin_wp_finish (struct hw *me)
   attach_bfin_wp_regs (me, wp);
 }
 
-const struct hw_descriptor dv_bfin_wp_descriptor[] = {
+const struct hw_descriptor dv_bfin_wp_descriptor[] =
+{
   {"bfin_wp", bfin_wp_finish,},
   {NULL, NULL},
 };
This page took 0.023892 seconds and 4 git commands to generate.