mirror of
https://github.com/seL4/seL4.git
synced 2026-04-04 14:31:12 +00:00
Token pasting helper
Adds utility macro for creating new tokens by token pasting
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
|
||||
#define MIN(a,b) (((a)<(b))?(a):(b))
|
||||
#define MAX(a,b) (((a)>(b))?(a):(b))
|
||||
#define PASTE(a, b) a ## b
|
||||
|
||||
#ifndef __ASSEMBLER__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user