* microblaze/interp.c: Add include microblaze-dis.h.
[deliverable/binutils-gdb.git] / sim / arm / gdbhost.h
index e1bfd24ef53b88b739ca6c6ec07ef5d8b38cabe4..2ddc17ddc0eee1a67dd772d87d9ace97792e4e59 100644 (file)
  
     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. */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
 
-void myprint(void *arg, const char *format, va_list ap);
-void mypause(void *arg);
-void mywritec(void *arg, int c);
-int myreadc(void *arg);
-int mywrite(void *arg, char const *buffer, int len);
-char *mygets(void *arg, char *buffer, int len);
+void myprint (void *arg, const char *format, va_list ap);
+void mypause (void *arg);
+void mywritec (void *arg, int c);
+int myreadc (void *arg);
+int mywrite (void *arg, char const *buffer, int len);
+char *mygets (void *arg, char *buffer, int len);
This page took 0.024182 seconds and 4 git commands to generate.