| OLD | NEW |
| 1 /* This file is part of the program GDB, the GNU debugger. | 1 /* This file is part of the program GDB, the GNU debugger. |
| 2 | 2 |
| 3 Copyright (C) 1998, 2007-2012 Free Software Foundation, Inc. | 3 Copyright (C) 1998-2013 Free Software Foundation, Inc. |
| 4 Contributed by Cygnus Solutions. | 4 Contributed by Cygnus Solutions. |
| 5 | 5 |
| 6 This program is free software; you can redistribute it and/or modify | 6 This program is free software; you can redistribute it and/or modify |
| 7 it under the terms of the GNU General Public License as published by | 7 it under the terms of the GNU General Public License as published by |
| 8 the Free Software Foundation; either version 3 of the License, or | 8 the Free Software Foundation; either version 3 of the License, or |
| 9 (at your option) any later version. | 9 (at your option) any later version. |
| 10 | 10 |
| 11 This program is distributed in the hope that it will be useful, | 11 This program is distributed in the hope that it will be useful, |
| 12 but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| (...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 707 } | 707 } |
| 708 | 708 |
| 709 return nr_bytes; | 709 return nr_bytes; |
| 710 } | 710 } |
| 711 | 711 |
| 712 | 712 |
| 713 const struct hw_descriptor dv_mn103ser_descriptor[] = { | 713 const struct hw_descriptor dv_mn103ser_descriptor[] = { |
| 714 { "mn103ser", mn103ser_finish, }, | 714 { "mn103ser", mn103ser_finish, }, |
| 715 { NULL }, | 715 { NULL }, |
| 716 }; | 716 }; |
| OLD | NEW |