Encapsulate JTAG Cable API and interface structure, plan for new header file.
[fw/openocd] / src / jtag / at91rm9200.c
index 45fb089bc92a752b6c4ca7a9678c496811f35927..d324978845fde7bde529d1f7a7027f36370f2e70 100644 (file)
 #include "config.h"
 #endif
 
-#include "log.h"
+#define INCLUDE_JTAG_INTERFACE_H
 #include "jtag.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)