summaryrefslogtreecommitdiffstats
path: root/tpu.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2024-02-18 17:46:52 +0100
committerLouis Burda <quent.burda@gmail.com>2024-02-18 17:46:52 +0100
commit43d3b0d3b62e306ced4a5020dcaf732cae20f268 (patch)
tree880c864f9db59bf1a49074776ee68ab5982639f6 /tpu.h
parent11d75bf41c7d22b6a6a76fa2dd4843d23a75fffb (diff)
downloadtis100-master.tar.gz
tis100-master.zip
Add io port label to curses tuiHEADmaster
Diffstat (limited to 'tpu.h')
-rw-r--r--tpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tpu.h b/tpu.h
index 1805d7c..e18b3ed 100644
--- a/tpu.h
+++ b/tpu.h
@@ -73,6 +73,9 @@ struct tpu_port {
struct tpu *tpu;
enum tpu_port_type type;
+ /* set only if managed by io port */
+ struct tpu_io_port *io;
+
/* NOTE: dont access dst_port during execution,
* values are transfered in post execution phase */
struct tpu_port *dst_port;