]> git.sur5r.net Git - openocd/blobdiff - src/openocd.h
cfg: or1k_generic: allow TAP_TYPE override
[openocd] / src / openocd.h
index e43f156fcbf5a58219af15a9d78c037ee666d330..57bf4551268ea26812a9811af951ce24a00b7976 100644 (file)
  *   You should have received a copy of the GNU General Public License     *
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  ***************************************************************************/
 
 #ifndef OPENOCD_H
 #define OPENOCD_H
 
-/** 
+/**
  * Different applications can define this entry point to override
  * the default openocd main function.  On most systems, this will be
  * defined in src/openocd.c.
@@ -31,7 +31,7 @@
  */
 int openocd_main(int argc, char *argv[]);
 
-/// provides a hard-coded command environment setup
+/** provides a hard-coded command environment setup */
 extern const char openocd_startup_tcl[];
 
 #endif