|
|
NVIDIA DRIVE OS Linux API Reference5.1.0.2 Release |
Macros | |
| #define | wfi() __asm__ __volatile__("wfi") |
| #define | BUG() |
| #define | BUG_ON(x) |
| #define | BUG_ON_MSG(x,...) |
| #define | WARN_ON(x) |
| #define BUG | ( | ) |
Definition at line 34 of file bug.h.
Referenced by AdjustPointers().
| #define BUG_ON | ( | x | ) |
| #define BUG_ON_MSG | ( | x, | |
| ... | |||
| ) |
| #define WARN_ON | ( | x | ) |