gdb_server: support gdb target description
[fw/openocd] / src / target / avr32_ap7k.c
index cc9ab5afaa3741f02456b31a2bbc4e8b20b63925..7c97234df0dc0fddfbc3795d345d8a51eed932de 100644 (file)
@@ -576,7 +576,8 @@ int avr32_ap7k_arch_state(struct target *target)
        return ERROR_OK;
 }
 
-int avr32_ap7k_get_gdb_reg_list(struct target *target, struct reg **reg_list[], int *reg_list_size)
+int avr32_ap7k_get_gdb_reg_list(struct target *target, struct reg **reg_list[],
+               int *reg_list_size, enum target_register_class reg_class)
 {
 #if 0
        /* get pointers to arch-specific information */