diff --git a/cppreg_Defines.h b/cppreg_Defines.h index 3d5a254..b6d0046 100644 --- a/cppreg_Defines.h +++ b/cppreg_Defines.h @@ -39,6 +39,7 @@ namespace cppreg { b64 //!< 64-bit register. }; + //! Type alias field width. using FieldWidth_t = std::uint8_t;