* s/sourceware.cygnus.com/sources.redhat.com/ throughout
[deliverable/binutils-gdb.git] / gdb / ppc-bdm.c
index d34ccbef1162e9946e31ceab69fe302cef24f7a6..e10ebace770c1a7d0e7caa6e4879360a74814496 100644 (file)
 #include "serial.h"
 #include "ocd.h"
 
-static void bdm_ppc_open PARAMS ((char *name, int from_tty));
+static void bdm_ppc_open (char *name, int from_tty);
 
-static int bdm_ppc_wait PARAMS ((int pid,
-                                struct target_waitstatus * target_status));
+static int bdm_ppc_wait (int pid, struct target_waitstatus *target_status);
 
-static void bdm_ppc_fetch_registers PARAMS ((int regno));
+static void bdm_ppc_fetch_registers (int regno);
 
-static void bdm_ppc_store_registers PARAMS ((int regno));
+static void bdm_ppc_store_registers (int regno);
 
 extern struct target_ops bdm_ppc_ops;  /* Forward decl */
 \f
This page took 0.023594 seconds and 4 git commands to generate.