summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/inc/sys/cdefs.h1
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__))