diff options
Diffstat (limited to 'tpu.h')
| -rw-r--r-- | tpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |
