Automatic date update in version.in
[deliverable/binutils-gdb.git] / sim / common / hw-main.h
index 96b404c48c26c96ce95c405a0523a9e5e2df3967..222caa40b7975b9ee360477adf2b97d5401c288d 100644 (file)
@@ -1,22 +1,21 @@
 /* Common hardware header file.
 /* Common hardware header file.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998-2020 Free Software Foundation, Inc.
    Contributed by Andrew Cagney and Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
    Contributed by Andrew Cagney and Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
-any later version.
+the Free Software Foundation; either version 3 of the License, or
+(at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
-You should have received a copy of the GNU General Public License along
-with this program; if not, write to the Free Software Foundation, Inc.,
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 
 #ifndef HW_MAIN
 
 
 #ifndef HW_MAIN
@@ -30,8 +29,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "hw-properties.h"
 #include "hw-events.h"
 #include "hw-alloc.h"
 #include "hw-properties.h"
 #include "hw-events.h"
 #include "hw-alloc.h"
-/* #include "hw-instances.h" */
-/* #include "hw-handles.h" */
+#include "hw-instances.h"
+#include "hw-handles.h"
 #include "hw-ports.h"
 
 /* Description of a hardware device */
 #include "hw-ports.h"
 
 /* Description of a hardware device */
@@ -39,7 +38,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 typedef void (hw_finish_method)
      (struct hw *me);
 
 typedef void (hw_finish_method)
      (struct hw *me);
 
-struct hw_descriptor {
+struct hw_descriptor
+{
   const char *family;
   hw_finish_method *to_finish;
 };
   const char *family;
   hw_finish_method *to_finish;
 };
@@ -55,7 +55,8 @@ void do_hw_attach_regs (struct hw *me);
    or a hw_io status code that indicates the reason for the read
    failure */
 
    or a hw_io status code that indicates the reason for the read
    failure */
 
-enum {
+enum
+{
   HW_IO_EOF = -1, HW_IO_NOT_READY = -2, /* See: IEEE 1275 */
 };
 
   HW_IO_EOF = -1, HW_IO_NOT_READY = -2, /* See: IEEE 1275 */
 };
 
This page took 0.023277 seconds and 4 git commands to generate.