X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fopenrisc%2For1k_du.h;h=cc22fdb94945e6d30965171ca92f751b5ea9e1cc;hp=564241d8c9885be1208471782ceab81e6165be16;hb=9777284ae04ac77434b8478ac566535207a3d7c0;hpb=4e79b48e2c7e535ef21178a69788c15b571c72ff diff --git a/src/target/openrisc/or1k_du.h b/src/target/openrisc/or1k_du.h index 564241d8c9..cc22fdb949 100644 --- a/src/target/openrisc/or1k_du.h +++ b/src/target/openrisc/or1k_du.h @@ -11,11 +11,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * - * * - * 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. * ***************************************************************************/ #ifndef OR1K_DU @@ -73,5 +68,9 @@ static inline struct or1k_du *or1k_to_du(struct or1k_common *or1k) return (struct or1k_du *)jtag->du_core; } +int or1k_adv_jtag_jsp_xfer(struct or1k_jtag *jtag_info, + int *out_len, unsigned char *out_buffer, + int *in_len, unsigned char *in_buffer); + #endif