mirror of
https://github.com/rdolbeau/VexRiscvBPluginGenerator.git
synced 2025-04-18 18:44:42 -04:00
6 lines
91 B
C
6 lines
91 B
C
#ifndef crypto_uint8_h
|
|
#define crypto_uint8_h
|
|
|
|
typedef unsigned char crypto_uint8;
|
|
|
|
#endif
|