| 91 | |
| 92 | static inline void cvmx_dprintf(const char *format, ...) __attribute__ ((format(printf, 1, 2))); |
| 93 | static inline void cvmx_dprintf(const char *format, ...) |
| 94 | { |
| 95 | /* Prints are disbled, do nothing */ |
| 96 | } |
| 97 | #endif |
| 98 | |
| 99 | #define CAST64(v) ((long long)(long)(v)) // use only when 'v' is a pointer |
no outgoing calls
no test coverage detected