X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Ftpl_drv_common.h;h=31edb9cf23c2eacb0fe267a08c73d0790f9c4c63;hb=1c2a87ec67d332b6a165c79398693eac1eb1166e;hp=f20539a916c88400c72fc5b4af4ede3cbb942de7;hpb=1e7db40300bc594cf708bb6082a6e05a268da946;p=tpg%2Facess2.git diff --git a/Kernel/include/tpl_drv_common.h b/Kernel/include/tpl_drv_common.h index f20539a9..31edb9cf 100644 --- a/Kernel/include/tpl_drv_common.h +++ b/Kernel/include/tpl_drv_common.h @@ -47,11 +47,11 @@ enum eTplDrv_IOCtl { DRV_IOCTL_TYPE, /** - * ioctl(..., char *dest[4]) + * ioctl(..., char *dest[32]) * \brief Get driver identifier string * \return 0 on no error * - * This call sets the 4-byte array \a dest to the drivers 4-byte + * This call sets the 32-byte array \a dest to the drivers 31 charater * identifier. This identifier must be unique to the driver series. */ DRV_IOCTL_IDENT, @@ -59,10 +59,10 @@ enum eTplDrv_IOCtl { /** * ioctl(...) * \brief Get driver version number - * \return 24-bit BCD version number (2.2) + * \return 24-bit BCD version number (2.2.2) * - * This call returns the 6-digit (2 major, 2 minor, 2 patch) version number - * of the driver. + * This call returns the 6-digit (2 major, 2 minor, 2 patch) version + * number of the driver. */ DRV_IOCTL_VERSION,