|
Software APIs
|
Go to the documentation of this file.
5 #ifndef OPENTITAN_SW_DEVICE_LIB_BASE_FREESTANDING_STDALIGN_H_
6 #define OPENTITAN_SW_DEVICE_LIB_BASE_FREESTANDING_STDALIGN_H_
16 #define alignas _Alignas
17 #define __alignas_is_defined 1
19 #define alignof _Alignof
20 #define __alignof_is_defined 1
22 #endif // OPENTITAN_SW_DEVICE_LIB_BASE_FREESTANDING_STDALIGN_H_