mirror of
https://github.com/seL4/seL4.git
synced 2026-04-04 22:39:54 +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 ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
|
||||||
#define MIN(a,b) (((a)<(b))?(a):(b))
|
#define MIN(a,b) (((a)<(b))?(a):(b))
|
||||||
#define MAX(a,b) (((a)>(b))?(a):(b))
|
#define MAX(a,b) (((a)>(b))?(a):(b))
|
||||||
|
#define PASTE(a, b) a ## b
|
||||||
|
|
||||||
#ifndef __ASSEMBLER__
|
#ifndef __ASSEMBLER__
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user