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