PR c++/16597
[deliverable/binutils-gdb.git] / sim / bfin / dv-bfin_ebiu_ddrc.c
index c68c1ab5bd99a8eaea338280707bf65b0d4a8984..569bcfee622bf6a5bc5f17289222c58fc201c163 100644 (file)
@@ -1,6 +1,6 @@
 /* Blackfin External Bus Interface Unit (EBIU) DDR Controller (DDRC) Model.
 
-   Copyright (C) 2010-2011 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Analog Devices, Inc.
 
    This file is part of simulators.
@@ -179,7 +179,8 @@ bfin_ebiu_ddrc_finish (struct hw *me)
   ddrc->rstctl = 0x0002;
 }
 
-const struct hw_descriptor dv_bfin_ebiu_ddrc_descriptor[] = {
+const struct hw_descriptor dv_bfin_ebiu_ddrc_descriptor[] =
+{
   {"bfin_ebiu_ddrc", bfin_ebiu_ddrc_finish,},
   {NULL, NULL},
 };
This page took 0.023635 seconds and 4 git commands to generate.