summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-10-30 12:24:12 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-10-30 12:24:12 +0100
commit5a6df738a3019b34f2f47c8da7db6f84994570cd (patch)
tree3589795c8c7db7f318b8c96d3bd5dc252484c678 /include
parentc205c6551ae0bdda1b32486209b498870acc7a39 (diff)
Use macros
Diffstat (limited to 'include')
-rw-r--r--include/opcodes.hrl5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/opcodes.hrl b/include/opcodes.hrl
new file mode 100644
index 0000000..54f3771
--- /dev/null
+++ b/include/opcodes.hrl
@@ -0,0 +1,5 @@
+-define(EVENT, {local, 21}).
+-define(ESCAPE, {local, 51}).
+-define(MONITOR, {local, 71}).
+-define(SNAPSHOT, {local, 74}).
+-define(STATUS, {local, 211}).