diff options
author | Richard Braun <rbraun@sceen.net> | 2012-10-10 21:18:27 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2012-10-10 21:18:27 +0200 |
commit | 696a41936ac9712f928c86be1b61bd1baea7405c (patch) | |
tree | c045f45cf8b61ccf93bdfc9a25a48cc0a79b0500 /kern/init.h | |
parent | a4485f033c4ffa07955a45cad30424aedb89dff4 (diff) |
macros: new DECL_CONST macro
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.
Diffstat (limited to 'kern/init.h')
0 files changed, 0 insertions, 0 deletions