]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - include/common.h
Restore original inline help behavior as we've now separate fcts for -h/-m
[proxmark3-svn] / include / common.h
index 71787b4f4e7a1e164f1cdd959683805a0b7bdc98..feed109c2dfe3faa216edb89fd0852100b542896 100644 (file)
@@ -25,4 +25,6 @@ typedef unsigned char byte_t;
 # define MAX(a, b) (((a) > (b)) ? (a) : (b))
 #endif
 
+#define RAMFUNC __attribute((long_call, section(".ramfunc")))
+
 #endif
Impressum, Datenschutz