aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/OpenULINK/include/protocol.h
blob: 91b56403352ad638bbaf23c1bc18dce17f549808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0-or-later */

/***************************************************************************
 *   Copyright (C) 2011 by Martin Schmoelzer                               *
 *   <martin.schmoelzer@student.tuwien.ac.at>                              *
 ***************************************************************************/

#ifndef __PROTOCOL_H
#define __PROTOCOL_H

#include "common.h"
#include <stdbool.h>

void execute_set_led_command(void);

bool execute_command(void);
void command_loop(void);

#endif