Compiler abstraction layer: sparse specifics. More...
#include <compiler/gcc.h>Go to the source code of this file.
Defines | |
Extended type checking | |
| #define | __bitwise __attribute__((bitwise)) |
| Make a type incompatible with all other types. | |
| #define | __virtual |
| Mark a pointer as virtual. | |
| #define | __physical __attribute__((noderef, address_space(1))) |
| Mark a pointer as physical. | |
| #define | __force __attribute__((force)) |
| Force a type cast. | |
Compiler abstraction layer: sparse specifics.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file sparse.h.
1.6.3