Add get and set accessors for jtag_speed:
[fw/openocd] / src / jtag / at91rm9200.c
index 45fb089bc92a752b6c4ca7a9678c496811f35927..d0d1644875a2a613a76def6808ec945b7670b469 100644 (file)
 #include "config.h"
 #endif
 
-#include "log.h"
-#include "jtag.h"
+#include "interface.h"
 #include "bitbang.h"
 
-/* system includes */
-#include <string.h>
-#include <stdlib.h>
-#include <stdio.h>
 #include <sys/mman.h>
-#include <unistd.h>
-#include <fcntl.h>
+
 
 /* AT91RM9200 */
 #define AT91C_BASE_SYS (0xfffff000)