diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-11-02 14:21:35 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-11-02 14:56:56 +0100 |
| commit | 61d67ae0927eeade04171374a91a1adaa4d94a28 (patch) | |
| tree | 1a81678c61e98d2802a0874e044b49bd1cff11f4 /test/aes-detect.h | |
| parent | 434a6210041dd447acae38b95561a2d990efa153 (diff) | |
| download | cachepc-61d67ae0927eeade04171374a91a1adaa4d94a28.tar.gz cachepc-61d67ae0927eeade04171374a91a1adaa4d94a28.zip | |
Outline aes-detection guest host setup
Diffstat (limited to 'test/aes-detect.h')
| -rw-r--r-- | test/aes-detect.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/aes-detect.h b/test/aes-detect.h new file mode 100644 index 0000000..b747860 --- /dev/null +++ b/test/aes-detect.h @@ -0,0 +1,3 @@ +#pragma once + +extern int sync_access_pattern[]; |
