hla: use the new system_reset API
[fw/openocd] / src / jtag / hla / hla_interface.h
index 84b0098b63619c81d13b18911c2d1d459160c73b..262025e9818b7e59e3bc46bd133f19d80cfd49bf 100644 (file)
@@ -67,13 +67,4 @@ int hl_interface_init_target(struct target *t);
 int hl_interface_init_reset(void);
 int hl_interface_override_target(const char **targetname);
 
-#if BUILD_HLADAPTER == 1
-int hl_interface_reset(int srst);
-#else
-static inline int hl_interface_reset(int srst)
-{
-       return ERROR_OK;
-}
-#endif
-
 #endif /* OPENOCD_JTAG_HLA_HLA_INTERFACE_H */