|
XenevaOS
|

Go to the source code of this file.
Macros | |
| #define | PACKED __attribute__ ((packed)) |
| #define | ALIGN(n) __declspec(align(n)) |
| #define | NOOPT __attribute__ ((optimize (0))) |
| #define | MAXOPT __attribute__ ((optimize (3))) |
| #define | BE(value) ((((value) & 0xFF00) >> 8) | (((value) & 0x00FF) << 8)) |
| #define ALIGN | ( | n | ) | __declspec(align(n)) |
| #define BE | ( | value | ) | ((((value) & 0xFF00) >> 8) | (((value) & 0x00FF) << 8)) |
| #define MAXOPT __attribute__ ((optimize (3))) |
| #define NOOPT __attribute__ ((optimize (0))) |
| #define PACKED __attribute__ ((packed)) |