diff options
author | wwylele <wwylele@gmail.com> | 2017-01-01 14:58:02 +0200 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2017-02-21 23:57:31 +0200 |
commit | ea1ea0224c04753402e0b6472080f0c5d90a7a46 (patch) | |
tree | d6823e52d913418d63ec3f0b7ed12eb763a98899 /src/common/logging/log.h | |
parent | 1bf449d752f8e68c41321be68b3add7abc7f698f (diff) |
HW: add AES engine & implement AES-CCM
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r-- | src/common/logging/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 4330ef879d..a590d39ffc 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -79,6 +79,7 @@ enum class Class : ClassType { HW_Memory, ///< Memory-map and address translation HW_LCD, ///< LCD register emulation HW_GPU, ///< GPU control emulation + HW_AES, ///< AES engine emulation Frontend, ///< Emulator UI Render, ///< Emulator video output and hardware acceleration Render_Software, ///< Software renderer backend |