summaryrefslogtreecommitdiff
path: root/lib/macros.h
AgeCommit message (Collapse)Author
2012-11-03Merge lib into kernRichard Braun
There are no precise enough criteria to justify the separation of these two directories.
2012-10-19Use the standard __ASSEMBLER__ macroRichard Braun
2012-10-10macros: minor changeRichard Braun
Rename XQUOTE to __QUOTE.
2012-10-10macros: new DECL_CONST macroRichard Braun
This macro is needed where a constant value can be used in both assembly and C code, but it needs a specific type in C code for correct results. This type is usually assigned with a suffix such as "UL", which makes assembly fail. DECL_CONST creates different forms based on the language.
2012-09-30Initial commitRichard Braun