X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/0765e7c133eb393d8cd0292af444543c2edf8ccc..bdc143a7aa3f51a46eceec62b0b364599533fa21:/lunaix-os/includes/hal/serial.h diff --git a/lunaix-os/includes/hal/serial.h b/lunaix-os/includes/hal/serial.h index f65fd08..af345da 100644 --- a/lunaix-os/includes/hal/serial.h +++ b/lunaix-os/includes/hal/serial.h @@ -33,6 +33,8 @@ struct serial_dev struct rbuffer rxbuf; int wr_len; + struct capability_meta* tp_cap; + /** * @brief Write buffer to TX. The return code indicate * the transaction is either done in synced mode (TX_DONE) or will be