diff options
| author | Ian Moffett <ian@osmora.org> | 2025-11-16 12:42:29 -0500 |
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2025-11-16 12:42:29 -0500 |
| commit | 0e2031ef7865609d1bf2e4027fe6c28c334d8ad5 (patch) | |
| tree | 45bb4c3963115eabb40a5bf1cdcc220b93336900 /sys/inc | |
| parent | e454209f134380898d858b410d22da515b8a9a11 (diff) | |
sys: cdefs: Add __asmv macro
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/inc')
| -rw-r--r-- | sys/inc/sys/cdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/inc/sys/cdefs.h b/sys/inc/sys/cdefs.h index c4294d4..147d7f9 100644 --- a/sys/inc/sys/cdefs.h +++ b/sys/inc/sys/cdefs.h @@ -30,6 +30,7 @@ #ifndef _SYS_CDEFS_H_ #define _SYS_CDEFS_H_ 1 +#define __asmv __asm__ __volatile__ #define __weak __attribute__((__weak__)) #define __strong __attribute__((__strong__)) #define __always_inline __attribute__((__always_inline__)) |
