summaryrefslogtreecommitdiffstatshomepage
path: root/unix/qstrdefsport.h
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-02-06 00:18:11 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-02-06 00:19:43 +0200
commit8775caf9f1c97ecc64f22e355b670ba74d5bd098 (patch)
tree91dd3ebea449d625125e842c99007c0fcf8ac6d3 /unix/qstrdefsport.h
parentd6f648d04f76e344a5a3064c3f1bc74c756aff6e (diff)
downloadmicropython-8775caf9f1c97ecc64f22e355b670ba74d5bd098.tar.gz
micropython-8775caf9f1c97ecc64f22e355b670ba74d5bd098.zip
modffi: Add .addr() method to just get symbol address.
Diffstat (limited to 'unix/qstrdefsport.h')
-rw-r--r--unix/qstrdefsport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/qstrdefsport.h b/unix/qstrdefsport.h
index 873d7d17ae..12f4f26bf6 100644
--- a/unix/qstrdefsport.h
+++ b/unix/qstrdefsport.h
@@ -46,6 +46,7 @@ Q(fficallback)
Q(ffivar)
Q(as_bytearray)
Q(callback)
+Q(addr)
Q(func)
Q(var)
Q(get)